Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.14 KB

ReopenSessionResponse.md

File metadata and controls

39 lines (20 loc) · 1.14 KB

ReopenSessionResponse

Properties

Name Type Description Notes
Effects Pointer to []Effect The effects generated by the rules in your running campaigns. See API effects.

Methods

GetEffects

func (o *ReopenSessionResponse) GetEffects() []Effect

GetEffects returns the Effects field if non-nil, zero value otherwise.

GetEffectsOk

func (o *ReopenSessionResponse) GetEffectsOk() ([]Effect, bool)

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

HasEffects

func (o *ReopenSessionResponse) HasEffects() bool

HasEffects returns a boolean if a field has been set.

SetEffects

func (o *ReopenSessionResponse) SetEffects(v []Effect)

SetEffects gets a reference to the given []Effect and assigns it to the Effects field.

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