Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.35 KB

ListEndCustomerEvents.md

File metadata and controls

77 lines (42 loc) · 2.35 KB

ListEndCustomerEvents

Properties

Name Type Description Notes
EnvironmentType Pointer to string The type of service environment [optional]
Token string JWT token used to perform authorization

Methods

NewListEndCustomerEvents

func NewListEndCustomerEvents(token string, ) *ListEndCustomerEvents

NewListEndCustomerEvents instantiates a new ListEndCustomerEvents 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

NewListEndCustomerEventsWithDefaults

func NewListEndCustomerEventsWithDefaults() *ListEndCustomerEvents

NewListEndCustomerEventsWithDefaults instantiates a new ListEndCustomerEvents 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

GetEnvironmentType

func (o *ListEndCustomerEvents) GetEnvironmentType() string

GetEnvironmentType returns the EnvironmentType field if non-nil, zero value otherwise.

GetEnvironmentTypeOk

func (o *ListEndCustomerEvents) GetEnvironmentTypeOk() (*string, bool)

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

SetEnvironmentType

func (o *ListEndCustomerEvents) SetEnvironmentType(v string)

SetEnvironmentType sets EnvironmentType field to given value.

HasEnvironmentType

func (o *ListEndCustomerEvents) HasEnvironmentType() bool

HasEnvironmentType returns a boolean if a field has been set.

GetToken

func (o *ListEndCustomerEvents) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *ListEndCustomerEvents) GetTokenOk() (*string, bool)

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

SetToken

func (o *ListEndCustomerEvents) SetToken(v string)

SetToken sets Token field to given value.

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