agentAssistantRecord property

  1. @TagNumber(4)
AgentAssistantRecord agentAssistantRecord

Implementation

@$pb.TagNumber(4)
AgentAssistantRecord get agentAssistantRecord => $_getN(2);
  1. @TagNumber(4)
void agentAssistantRecord=(AgentAssistantRecord v)

Implementation

@$pb.TagNumber(4)
set agentAssistantRecord(AgentAssistantRecord v) {
  setField(4, v);
}