api property
Represents an API operation that is involved to a network activity.
Implementation
@$pb.TagNumber(6)
AttributeContext_Api get api => $_getN(5);
Implementation
@$pb.TagNumber(6)
set api(AttributeContext_Api v) {
setField(6, v);
}
Represents an API operation that is involved to a network activity.
@$pb.TagNumber(6)
AttributeContext_Api get api => $_getN(5);
@$pb.TagNumber(6)
set api(AttributeContext_Api v) {
setField(6, v);
}