Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2 KB

ListGetListpresentationV1ResponseAllOf.md

File metadata and controls

51 lines (28 loc) · 2 KB

ListGetListpresentationV1ResponseAllOf

Properties

Name Type Description Notes
MPayload ListGetListpresentationV1ResponseMPayload

Methods

NewListGetListpresentationV1ResponseAllOf

func NewListGetListpresentationV1ResponseAllOf(mPayload ListGetListpresentationV1ResponseMPayload, ) *ListGetListpresentationV1ResponseAllOf

NewListGetListpresentationV1ResponseAllOf instantiates a new ListGetListpresentationV1ResponseAllOf 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

NewListGetListpresentationV1ResponseAllOfWithDefaults

func NewListGetListpresentationV1ResponseAllOfWithDefaults() *ListGetListpresentationV1ResponseAllOf

NewListGetListpresentationV1ResponseAllOfWithDefaults instantiates a new ListGetListpresentationV1ResponseAllOf 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

GetMPayload

func (o *ListGetListpresentationV1ResponseAllOf) GetMPayload() ListGetListpresentationV1ResponseMPayload

GetMPayload returns the MPayload field if non-nil, zero value otherwise.

GetMPayloadOk

func (o *ListGetListpresentationV1ResponseAllOf) GetMPayloadOk() (*ListGetListpresentationV1ResponseMPayload, bool)

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

SetMPayload

func (o *ListGetListpresentationV1ResponseAllOf) SetMPayload(v ListGetListpresentationV1ResponseMPayload)

SetMPayload sets MPayload field to given value.

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