Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.08 KB

ActivesessionGetCurrentV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.08 KB

ActivesessionGetCurrentV2ResponseMPayload

Properties

Name Type Description Notes
ObjActivesession ActivesessionResponseCompound

Methods

NewActivesessionGetCurrentV2ResponseMPayload

func NewActivesessionGetCurrentV2ResponseMPayload(objActivesession ActivesessionResponseCompound, ) *ActivesessionGetCurrentV2ResponseMPayload

NewActivesessionGetCurrentV2ResponseMPayload instantiates a new ActivesessionGetCurrentV2ResponseMPayload 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

NewActivesessionGetCurrentV2ResponseMPayloadWithDefaults

func NewActivesessionGetCurrentV2ResponseMPayloadWithDefaults() *ActivesessionGetCurrentV2ResponseMPayload

NewActivesessionGetCurrentV2ResponseMPayloadWithDefaults instantiates a new ActivesessionGetCurrentV2ResponseMPayload 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

GetObjActivesession

func (o *ActivesessionGetCurrentV2ResponseMPayload) GetObjActivesession() ActivesessionResponseCompound

GetObjActivesession returns the ObjActivesession field if non-nil, zero value otherwise.

GetObjActivesessionOk

func (o *ActivesessionGetCurrentV2ResponseMPayload) GetObjActivesessionOk() (*ActivesessionResponseCompound, bool)

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

SetObjActivesession

func (o *ActivesessionGetCurrentV2ResponseMPayload) SetObjActivesession(v ActivesessionResponseCompound)

SetObjActivesession sets ObjActivesession field to given value.

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