GetResourcesSearchAllResult

data class GetResourcesSearchAllResult(val additionalAttributes: List<String>, val assetType: String, val description: String, val displayName: String, val labels: Map<String, String>, val location: String, val name: String, val networkTags: List<String>, val project: String)

Constructors

Link copied to clipboard
constructor(additionalAttributes: List<String>, assetType: String, description: String, displayName: String, labels: Map<String, String>, location: String, name: String, networkTags: List<String>, project: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional searchable attributes of this resource. Informational only. The exact set of attributes is subject to change. For example: project id, DNS name etc.

Link copied to clipboard

The type of this resource.

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

Labels associated with this resource.

Link copied to clipboard

Location can be global, regional like us-east1, or zonal like us-west1-b.

Link copied to clipboard

The full resource name. See Resource Names for more information.

Link copied to clipboard

Network tags associated with this resource.

Link copied to clipboard

The project that this resource belongs to, in the form of projects/{project_number}.