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"] |
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
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
func (o *ConnectionDefaultConnectionProperties) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
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.
func (o *ConnectionDefaultConnectionProperties) SetScope(v string)
SetScope sets Scope field to given value.
func (o *ConnectionDefaultConnectionProperties) HasScope() bool
HasScope returns a boolean if a field has been set.
func (o *ConnectionDefaultConnectionProperties) SetScopeNil(b bool)
SetScopeNil sets the value for Scope to be an explicit nil
func (o *ConnectionDefaultConnectionProperties) UnsetScope()
UnsetScope ensures that no value is present for Scope, not even an explicit nil