attributeDefinitions property

List<AttributeDefinition>? attributeDefinitions
getter/setter pair

The returned Attribute definitions.

The maximum number of attributes returned is determined by the value of page_size in the ListAttributeDefinitionsRequest.

Implementation

core.List<AttributeDefinition>? attributeDefinitions;