Name | Type | Description | Notes |
---|---|---|---|
ObjActivesession | ActivesessionResponseCompound |
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
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
func (o *ActivesessionGetCurrentV2ResponseMPayload) GetObjActivesession() ActivesessionResponseCompound
GetObjActivesession returns the ObjActivesession field if non-nil, zero value otherwise.
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.
func (o *ActivesessionGetCurrentV2ResponseMPayload) SetObjActivesession(v ActivesessionResponseCompound)
SetObjActivesession sets ObjActivesession field to given value.