Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.13 KB

DiscussionmessageCreateObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 2.13 KB

DiscussionmessageCreateObjectV1Request

Properties

Name Type Description Notes
AObjDiscussionmessage []DiscussionmessageRequestCompound

Methods

NewDiscussionmessageCreateObjectV1Request

func NewDiscussionmessageCreateObjectV1Request(aObjDiscussionmessage []DiscussionmessageRequestCompound, ) *DiscussionmessageCreateObjectV1Request

NewDiscussionmessageCreateObjectV1Request instantiates a new DiscussionmessageCreateObjectV1Request 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

NewDiscussionmessageCreateObjectV1RequestWithDefaults

func NewDiscussionmessageCreateObjectV1RequestWithDefaults() *DiscussionmessageCreateObjectV1Request

NewDiscussionmessageCreateObjectV1RequestWithDefaults instantiates a new DiscussionmessageCreateObjectV1Request 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

GetAObjDiscussionmessage

func (o *DiscussionmessageCreateObjectV1Request) GetAObjDiscussionmessage() []DiscussionmessageRequestCompound

GetAObjDiscussionmessage returns the AObjDiscussionmessage field if non-nil, zero value otherwise.

GetAObjDiscussionmessageOk

func (o *DiscussionmessageCreateObjectV1Request) GetAObjDiscussionmessageOk() (*[]DiscussionmessageRequestCompound, bool)

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

SetAObjDiscussionmessage

func (o *DiscussionmessageCreateObjectV1Request) SetAObjDiscussionmessage(v []DiscussionmessageRequestCompound)

SetAObjDiscussionmessage sets AObjDiscussionmessage field to given value.

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