Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.82 KB

AccessItemAppResponse.md

File metadata and controls

134 lines (73 loc) · 3.82 KB

AccessItemAppResponse

Properties

Name Type Description Notes
AccessType Pointer to string the access item type. entitlement in this case [optional]
Id Pointer to string the access item id [optional]
DisplayName Pointer to string the access profile display name [optional]
SourceName Pointer to string the associated source name if it exists [optional]

Methods

NewAccessItemAppResponse

func NewAccessItemAppResponse() *AccessItemAppResponse

NewAccessItemAppResponse instantiates a new AccessItemAppResponse 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

NewAccessItemAppResponseWithDefaults

func NewAccessItemAppResponseWithDefaults() *AccessItemAppResponse

NewAccessItemAppResponseWithDefaults instantiates a new AccessItemAppResponse 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

GetAccessType

func (o *AccessItemAppResponse) GetAccessType() string

GetAccessType returns the AccessType field if non-nil, zero value otherwise.

GetAccessTypeOk

func (o *AccessItemAppResponse) GetAccessTypeOk() (*string, bool)

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

SetAccessType

func (o *AccessItemAppResponse) SetAccessType(v string)

SetAccessType sets AccessType field to given value.

HasAccessType

func (o *AccessItemAppResponse) HasAccessType() bool

HasAccessType returns a boolean if a field has been set.

GetId

func (o *AccessItemAppResponse) GetId() string

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

GetIdOk

func (o *AccessItemAppResponse) 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 *AccessItemAppResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *AccessItemAppResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *AccessItemAppResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *AccessItemAppResponse) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *AccessItemAppResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *AccessItemAppResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetSourceName

func (o *AccessItemAppResponse) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *AccessItemAppResponse) GetSourceNameOk() (*string, bool)

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

SetSourceName

func (o *AccessItemAppResponse) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

HasSourceName

func (o *AccessItemAppResponse) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

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