Skip to content

Latest commit

 

History

History
129 lines (70 loc) · 4.44 KB

GetJwtCustomizer200ResponseOneOf1.md

File metadata and controls

129 lines (70 loc) · 4.44 KB

GetJwtCustomizer200ResponseOneOf1

Properties

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]

Methods

NewGetJwtCustomizer200ResponseOneOf1

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

NewGetJwtCustomizer200ResponseOneOf1WithDefaults

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

GetScript

func (o *GetJwtCustomizer200ResponseOneOf1) GetScript() string

GetScript returns the Script field if non-nil, zero value otherwise.

GetScriptOk

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.

SetScript

func (o *GetJwtCustomizer200ResponseOneOf1) SetScript(v string)

SetScript sets Script field to given value.

GetEnvironmentVariables

func (o *GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariables() map[string]string

GetEnvironmentVariables returns the EnvironmentVariables field if non-nil, zero value otherwise.

GetEnvironmentVariablesOk

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.

SetEnvironmentVariables

func (o *GetJwtCustomizer200ResponseOneOf1) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables sets EnvironmentVariables field to given value.

HasEnvironmentVariables

func (o *GetJwtCustomizer200ResponseOneOf1) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

GetContextSample

func (o *GetJwtCustomizer200ResponseOneOf1) GetContextSample() map[string]interface{}

GetContextSample returns the ContextSample field if non-nil, zero value otherwise.

GetContextSampleOk

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.

SetContextSample

func (o *GetJwtCustomizer200ResponseOneOf1) SetContextSample(v map[string]interface{})

SetContextSample sets ContextSample field to given value.

HasContextSample

func (o *GetJwtCustomizer200ResponseOneOf1) HasContextSample() bool

HasContextSample returns a boolean if a field has been set.

GetTokenSample

func (o *GetJwtCustomizer200ResponseOneOf1) GetTokenSample() GetJwtCustomizer200ResponseOneOf1TokenSample

GetTokenSample returns the TokenSample field if non-nil, zero value otherwise.

GetTokenSampleOk

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.

SetTokenSample

func (o *GetJwtCustomizer200ResponseOneOf1) SetTokenSample(v GetJwtCustomizer200ResponseOneOf1TokenSample)

SetTokenSample sets TokenSample field to given value.

HasTokenSample

func (o *GetJwtCustomizer200ResponseOneOf1) HasTokenSample() bool

HasTokenSample returns a boolean if a field has been set.

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