Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.74 KB

ProvisioningConnectionProfileUnknown.md

File metadata and controls

82 lines (45 loc) · 2.74 KB

ProvisioningConnectionProfileUnknown

Properties

Name Type Description Notes
AuthScheme Pointer to ProvisioningConnectionAuthScheme [optional]
Token Pointer to string [optional]

Methods

NewProvisioningConnectionProfileUnknown

func NewProvisioningConnectionProfileUnknown() *ProvisioningConnectionProfileUnknown

NewProvisioningConnectionProfileUnknown instantiates a new ProvisioningConnectionProfileUnknown 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

NewProvisioningConnectionProfileUnknownWithDefaults

func NewProvisioningConnectionProfileUnknownWithDefaults() *ProvisioningConnectionProfileUnknown

NewProvisioningConnectionProfileUnknownWithDefaults instantiates a new ProvisioningConnectionProfileUnknown 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

GetAuthScheme

func (o *ProvisioningConnectionProfileUnknown) GetAuthScheme() ProvisioningConnectionAuthScheme

GetAuthScheme returns the AuthScheme field if non-nil, zero value otherwise.

GetAuthSchemeOk

func (o *ProvisioningConnectionProfileUnknown) GetAuthSchemeOk() (*ProvisioningConnectionAuthScheme, bool)

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

SetAuthScheme

func (o *ProvisioningConnectionProfileUnknown) SetAuthScheme(v ProvisioningConnectionAuthScheme)

SetAuthScheme sets AuthScheme field to given value.

HasAuthScheme

func (o *ProvisioningConnectionProfileUnknown) HasAuthScheme() bool

HasAuthScheme returns a boolean if a field has been set.

GetToken

func (o *ProvisioningConnectionProfileUnknown) GetToken() string

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

GetTokenOk

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

SetToken sets Token field to given value.

HasToken

func (o *ProvisioningConnectionProfileUnknown) HasToken() bool

HasToken returns a boolean if a field has been set.

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