attributes property

  1. @TagNumber.new(1)
PbList<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)
$pb.PbList<$0.KeyValue> get attributes => $_getList(0);