additionalAttributes property
The additional searchable attributes of this resource.
The attributes may vary from one resource type to another. Examples:
projectId
for Project, dnsName
for DNS ManagedZone. This field
contains a subset of the resource metadata fields that are returned by the
List or Get APIs provided by the corresponding Google Cloud service (e.g.,
Compute Engine). see
API references and supported searchable attributes
to see which fields are included. You can search values of these fields
through free text search. However, you should not consume the field
programically as the field names and values may change as the Google Cloud
service updates to a new incompatible API version. To search against the
additional_attributes
: * Use a free text query to match the attributes
values. Example: to search additional_attributes = { dnsName: "foobar" }
, you can issue a query foobar
.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.Object?>? additionalAttributes;