Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.46 KB

ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource.md

File metadata and controls

93 lines (50 loc) · 3.46 KB

ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource

Properties

Name Type Description Notes
Id string
Name string
Indicator string

Methods

NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource

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

NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults

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

GetId

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetName() string

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

GetNameOk

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.

SetName

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetName(v string)

SetName sets Name field to given value.

GetIndicator

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIndicator() string

GetIndicator returns the Indicator field if non-nil, zero value otherwise.

GetIndicatorOk

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.

SetIndicator

func (o *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetIndicator(v string)

SetIndicator sets Indicator field to given value.

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