Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.32 KB

InscriptiontempGetCommunicationListV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.32 KB

InscriptiontempGetCommunicationListV1ResponseMPayload

Properties

Name Type Description Notes
AObjCommunication []CustomCommunicationListElementResponse

Methods

NewInscriptiontempGetCommunicationListV1ResponseMPayload

func NewInscriptiontempGetCommunicationListV1ResponseMPayload(aObjCommunication []CustomCommunicationListElementResponse, ) *InscriptiontempGetCommunicationListV1ResponseMPayload

NewInscriptiontempGetCommunicationListV1ResponseMPayload instantiates a new InscriptiontempGetCommunicationListV1ResponseMPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewInscriptiontempGetCommunicationListV1ResponseMPayloadWithDefaults

func NewInscriptiontempGetCommunicationListV1ResponseMPayloadWithDefaults() *InscriptiontempGetCommunicationListV1ResponseMPayload

NewInscriptiontempGetCommunicationListV1ResponseMPayloadWithDefaults instantiates a new InscriptiontempGetCommunicationListV1ResponseMPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetAObjCommunication

func (o *InscriptiontempGetCommunicationListV1ResponseMPayload) GetAObjCommunication() []CustomCommunicationListElementResponse

GetAObjCommunication returns the AObjCommunication field if non-nil, zero value otherwise.

GetAObjCommunicationOk

func (o *InscriptiontempGetCommunicationListV1ResponseMPayload) GetAObjCommunicationOk() (*[]CustomCommunicationListElementResponse, bool)

GetAObjCommunicationOk returns a tuple with the AObjCommunication field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAObjCommunication

func (o *InscriptiontempGetCommunicationListV1ResponseMPayload) SetAObjCommunication(v []CustomCommunicationListElementResponse)

SetAObjCommunication sets AObjCommunication field to given value.

[Back to Model list] [Back to API list] [Back to README]