Skip to content

Latest commit

 

History

History
176 lines (95 loc) · 4.82 KB

GatewayRevokeTmpUsers.md

File metadata and controls

176 lines (95 loc) · 4.82 KB

GatewayRevokeTmpUsers

Properties

Name Type Description Notes
Host Pointer to string Host [optional]
Name string Producer Name
SoftDelete Pointer to bool Soft Delete [optional]
TmpCredsId string Tmp Creds ID
Token Pointer to string Authentication token (see `/auth` and `/configure`) [optional]
UidToken Pointer to string The universal identity token, Required only for universal_identity authentication [optional]

Methods

NewGatewayRevokeTmpUsers

func NewGatewayRevokeTmpUsers(name string, tmpCredsId string, ) *GatewayRevokeTmpUsers

NewGatewayRevokeTmpUsers instantiates a new GatewayRevokeTmpUsers 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

NewGatewayRevokeTmpUsersWithDefaults

func NewGatewayRevokeTmpUsersWithDefaults() *GatewayRevokeTmpUsers

NewGatewayRevokeTmpUsersWithDefaults instantiates a new GatewayRevokeTmpUsers 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

GetHost

func (o *GatewayRevokeTmpUsers) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *GatewayRevokeTmpUsers) GetHostOk() (*string, bool)

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

SetHost

func (o *GatewayRevokeTmpUsers) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *GatewayRevokeTmpUsers) HasHost() bool

HasHost returns a boolean if a field has been set.

GetName

func (o *GatewayRevokeTmpUsers) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GatewayRevokeTmpUsers) GetNameOk() (*string, bool)

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

SetName

func (o *GatewayRevokeTmpUsers) SetName(v string)

SetName sets Name field to given value.

GetSoftDelete

func (o *GatewayRevokeTmpUsers) GetSoftDelete() bool

GetSoftDelete returns the SoftDelete field if non-nil, zero value otherwise.

GetSoftDeleteOk

func (o *GatewayRevokeTmpUsers) GetSoftDeleteOk() (*bool, bool)

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

SetSoftDelete

func (o *GatewayRevokeTmpUsers) SetSoftDelete(v bool)

SetSoftDelete sets SoftDelete field to given value.

HasSoftDelete

func (o *GatewayRevokeTmpUsers) HasSoftDelete() bool

HasSoftDelete returns a boolean if a field has been set.

GetTmpCredsId

func (o *GatewayRevokeTmpUsers) GetTmpCredsId() string

GetTmpCredsId returns the TmpCredsId field if non-nil, zero value otherwise.

GetTmpCredsIdOk

func (o *GatewayRevokeTmpUsers) GetTmpCredsIdOk() (*string, bool)

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

SetTmpCredsId

func (o *GatewayRevokeTmpUsers) SetTmpCredsId(v string)

SetTmpCredsId sets TmpCredsId field to given value.

GetToken

func (o *GatewayRevokeTmpUsers) GetToken() string

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

GetTokenOk

func (o *GatewayRevokeTmpUsers) 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 *GatewayRevokeTmpUsers) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GatewayRevokeTmpUsers) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *GatewayRevokeTmpUsers) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

func (o *GatewayRevokeTmpUsers) GetUidTokenOk() (*string, bool)

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

SetUidToken

func (o *GatewayRevokeTmpUsers) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayRevokeTmpUsers) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

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