Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.25 KB

ListEphemeralSessionsForApp200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 2.25 KB

ListEphemeralSessionsForApp200ResponseEmbedded

Properties

Name Type Description Notes
EphemeralSessions Pointer to []EphemeralSession [optional]

Methods

NewListEphemeralSessionsForApp200ResponseEmbedded

func NewListEphemeralSessionsForApp200ResponseEmbedded() *ListEphemeralSessionsForApp200ResponseEmbedded

NewListEphemeralSessionsForApp200ResponseEmbedded instantiates a new ListEphemeralSessionsForApp200ResponseEmbedded 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

NewListEphemeralSessionsForApp200ResponseEmbeddedWithDefaults

func NewListEphemeralSessionsForApp200ResponseEmbeddedWithDefaults() *ListEphemeralSessionsForApp200ResponseEmbedded

NewListEphemeralSessionsForApp200ResponseEmbeddedWithDefaults instantiates a new ListEphemeralSessionsForApp200ResponseEmbedded 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

GetEphemeralSessions

func (o *ListEphemeralSessionsForApp200ResponseEmbedded) GetEphemeralSessions() []EphemeralSession

GetEphemeralSessions returns the EphemeralSessions field if non-nil, zero value otherwise.

GetEphemeralSessionsOk

func (o *ListEphemeralSessionsForApp200ResponseEmbedded) GetEphemeralSessionsOk() (*[]EphemeralSession, bool)

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

SetEphemeralSessions

func (o *ListEphemeralSessionsForApp200ResponseEmbedded) SetEphemeralSessions(v []EphemeralSession)

SetEphemeralSessions sets EphemeralSessions field to given value.

HasEphemeralSessions

func (o *ListEphemeralSessionsForApp200ResponseEmbedded) HasEphemeralSessions() bool

HasEphemeralSessions returns a boolean if a field has been set.

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