Name | Type | Description | Notes |
---|---|---|---|
Id | string | ||
Name | string | ||
Indicator | string |
func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource(id string, name string, indicator string, ) *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource
NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource 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 NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults() *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource
NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource 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 *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetId(v string)
SetId sets Id field to given value.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) 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.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetName(v string)
SetName sets Name field to given value.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIndicator() string
GetIndicator returns the Indicator field if non-nil, zero value otherwise.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIndicatorOk() (*string, bool)
GetIndicatorOk returns a tuple with the Indicator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetIndicator(v string)
SetIndicator sets Indicator field to given value.