description property

String? description
getter/setter pair

One or more paragraphs of text description of this resource.

Maximum length could be up to 1M bytes. This field is available only when the resource's Protobuf contains it. To search against the description:

  • Use a field query. Example: description:"important instance" * Use a free text query. Example: "important instance"

Implementation

core.String? description;