resource property

  1. @TagNumber(5)
AttributeContext_Resource resource

Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.

Implementation

@$pb.TagNumber(5)
AttributeContext_Resource get resource => $_getN(4);
  1. @TagNumber(5)
void resource=(AttributeContext_Resource v)

Implementation

@$pb.TagNumber(5)
set resource(AttributeContext_Resource v) { setField(5, v); }