Get Search All Resources Result
data class GetSearchAllResourcesResult(val assetType: String, val createTime: String, val description: String, val displayName: String, val folders: List<String>, val kmsKeys: List<String>, val labels: Map<String, String>, val location: String, val name: String, val networkTags: List<String>, val organization: String, val parentAssetType: String, val parentFullResourceName: String, val project: String, val state: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(assetType: String, createTime: String, description: String, displayName: String, folders: List<String>, kmsKeys: List<String>, labels: Map<String, String>, location: String, name: String, networkTags: List<String>, organization: String, parentAssetType: String, parentFullResourceName: String, project: String, state: String, updateTime: String)
Properties
Link copied to clipboard
The create timestamp of this resource, at which the resource was created.
Link copied to clipboard
One or more paragraphs of text description of this resource. Maximum length could be up to 1M bytes.
Link copied to clipboard
The display name of this resource.
Link copied to clipboard
The full resource name of this resource.. See Resource Names for more information.
Link copied to clipboard
Network tags associated with this resource.
Link copied to clipboard
The organization that this resource belongs to, in the form of organizations/{ORGANIZATION_NUMBER}
. This field is available when the resource belongs to an organization.
Link copied to clipboard
The type of this resource's immediate parent, if there is one.
Link copied to clipboard
The full resource name of this resource's parent, if it has one.
Link copied to clipboard
The last update timestamp of this resource, at which the resource was last modified or deleted.