Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.28 KB

ConnectionDefaultConnectionProperties.md

File metadata and controls

66 lines (37 loc) · 2.28 KB

ConnectionDefaultConnectionProperties

Properties

Name Type Description Notes
Scope Pointer to NullableString Default OAuth scopes to use for every request (leave blank to remove scopes). [optional] [default to "profile email openid"]

Methods

NewConnectionDefaultConnectionProperties

func NewConnectionDefaultConnectionProperties() *ConnectionDefaultConnectionProperties

NewConnectionDefaultConnectionProperties instantiates a new ConnectionDefaultConnectionProperties 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

NewConnectionDefaultConnectionPropertiesWithDefaults

func NewConnectionDefaultConnectionPropertiesWithDefaults() *ConnectionDefaultConnectionProperties

NewConnectionDefaultConnectionPropertiesWithDefaults instantiates a new ConnectionDefaultConnectionProperties 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

GetScope

func (o *ConnectionDefaultConnectionProperties) GetScope() string

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *ConnectionDefaultConnectionProperties) GetScopeOk() (*string, bool)

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

SetScope

func (o *ConnectionDefaultConnectionProperties) SetScope(v string)

SetScope sets Scope field to given value.

HasScope

func (o *ConnectionDefaultConnectionProperties) HasScope() bool

HasScope returns a boolean if a field has been set.

SetScopeNil

func (o *ConnectionDefaultConnectionProperties) SetScopeNil(b bool)

SetScopeNil sets the value for Scope to be an explicit nil

UnsetScope

func (o *ConnectionDefaultConnectionProperties) UnsetScope()

UnsetScope ensures that no value is present for Scope, not even an explicit nil

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