Name | Type | Description | Notes |
---|---|---|---|
Script | string | ||
EnvironmentVariables | Pointer to map[string]string | [optional] | |
ContextSample | Pointer to map[string]interface{} | arbitrary | [optional] |
TokenSample | Pointer to GetJwtCustomizer200ResponseOneOf1TokenSample | [optional] |
func NewGetJwtCustomizer200ResponseOneOf1(script string, ) *GetJwtCustomizer200ResponseOneOf1
NewGetJwtCustomizer200ResponseOneOf1 instantiates a new GetJwtCustomizer200ResponseOneOf1 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 NewGetJwtCustomizer200ResponseOneOf1WithDefaults() *GetJwtCustomizer200ResponseOneOf1
NewGetJwtCustomizer200ResponseOneOf1WithDefaults instantiates a new GetJwtCustomizer200ResponseOneOf1 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 *GetJwtCustomizer200ResponseOneOf1) GetScript() string
GetScript returns the Script field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOf1) GetScriptOk() (*string, bool)
GetScriptOk returns a tuple with the Script field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) SetScript(v string)
SetScript sets Script field to given value.
func (o *GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariables() map[string]string
GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariablesOk() (*map[string]string, bool)
GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) SetEnvironmentVariables(v map[string]string)
SetEnvironmentVariables sets EnvironmentVariables field to given value.
func (o *GetJwtCustomizer200ResponseOneOf1) HasEnvironmentVariables() bool
HasEnvironmentVariables returns a boolean if a field has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) GetContextSample() map[string]interface{}
GetContextSample returns the ContextSample field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOf1) GetContextSampleOk() (*map[string]interface{}, bool)
GetContextSampleOk returns a tuple with the ContextSample field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) SetContextSample(v map[string]interface{})
SetContextSample sets ContextSample field to given value.
func (o *GetJwtCustomizer200ResponseOneOf1) HasContextSample() bool
HasContextSample returns a boolean if a field has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) GetTokenSample() GetJwtCustomizer200ResponseOneOf1TokenSample
GetTokenSample returns the TokenSample field if non-nil, zero value otherwise.
func (o *GetJwtCustomizer200ResponseOneOf1) GetTokenSampleOk() (*GetJwtCustomizer200ResponseOneOf1TokenSample, bool)
GetTokenSampleOk returns a tuple with the TokenSample field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetJwtCustomizer200ResponseOneOf1) SetTokenSample(v GetJwtCustomizer200ResponseOneOf1TokenSample)
SetTokenSample sets TokenSample field to given value.
func (o *GetJwtCustomizer200ResponseOneOf1) HasTokenSample() bool
HasTokenSample returns a boolean if a field has been set.