Name | Type | Description | Notes |
---|---|---|---|
EphemeralSessions | Pointer to []EphemeralSession | [optional] |
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
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
func (o *ListEphemeralSessionsForApp200ResponseEmbedded) GetEphemeralSessions() []EphemeralSession
GetEphemeralSessions returns the EphemeralSessions field if non-nil, zero value otherwise.
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.
func (o *ListEphemeralSessionsForApp200ResponseEmbedded) SetEphemeralSessions(v []EphemeralSession)
SetEphemeralSessions sets EphemeralSessions field to given value.
func (o *ListEphemeralSessionsForApp200ResponseEmbedded) HasEphemeralSessions() bool
HasEphemeralSessions returns a boolean if a field has been set.