Name | Type | Description | Notes |
---|---|---|---|
EnvironmentType | Pointer to string | The type of service environment | [optional] |
Token | string | JWT token used to perform authorization |
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
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
func (o *ListEndCustomerEvents) GetEnvironmentType() string
GetEnvironmentType returns the EnvironmentType field if non-nil, zero value otherwise.
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.
func (o *ListEndCustomerEvents) SetEnvironmentType(v string)
SetEnvironmentType sets EnvironmentType field to given value.
func (o *ListEndCustomerEvents) HasEnvironmentType() bool
HasEnvironmentType returns a boolean if a field has been set.
func (o *ListEndCustomerEvents) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
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.
func (o *ListEndCustomerEvents) SetToken(v string)
SetToken sets Token field to given value.