get property
Maps to HTTP GET. Used for listing and getting information about resources.
Implementation
@$pb.TagNumber(2)
$core.String get get => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set get($core.String v) { $_setString(1, v); }
Maps to HTTP GET. Used for listing and getting information about resources.
@$pb.TagNumber(2)
$core.String get get => $_getSZ(1);
@$pb.TagNumber(2)
set get($core.String v) { $_setString(1, v); }