attributes property

  1. @TagNumber.new(1)
List<KeyValue> get attributes

Set of attributes that describe the resource. Attribute keys MUST be unique (it is not allowed to have more than one attribute with the same key).

Implementation

@$pb.TagNumber(1)
$core.List<$1.KeyValue> get attributes => $_getList(0);