Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.69 KB

ListApplicationKeysResponse.md

File metadata and controls

82 lines (45 loc) · 2.69 KB

ListApplicationKeysResponse

Properties

Name Type Description Notes
Data Pointer to []PartialApplicationKey Array of application keys. [optional]
Included Pointer to []ApplicationKeyResponseIncludedItem Array of objects related to the application key. [optional]

Methods

NewListApplicationKeysResponse

func NewListApplicationKeysResponse() *ListApplicationKeysResponse

NewListApplicationKeysResponse instantiates a new ListApplicationKeysResponse 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

NewListApplicationKeysResponseWithDefaults

func NewListApplicationKeysResponseWithDefaults() *ListApplicationKeysResponse

NewListApplicationKeysResponseWithDefaults instantiates a new ListApplicationKeysResponse 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

GetData

func (o *ListApplicationKeysResponse) GetData() []PartialApplicationKey

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *ListApplicationKeysResponse) GetDataOk() (*[]PartialApplicationKey, bool)

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

SetData

func (o *ListApplicationKeysResponse) SetData(v []PartialApplicationKey)

SetData sets Data field to given value.

HasData

func (o *ListApplicationKeysResponse) HasData() bool

HasData returns a boolean if a field has been set.

GetIncluded

func (o *ListApplicationKeysResponse) GetIncluded() []ApplicationKeyResponseIncludedItem

GetIncluded returns the Included field if non-nil, zero value otherwise.

GetIncludedOk

func (o *ListApplicationKeysResponse) GetIncludedOk() (*[]ApplicationKeyResponseIncludedItem, bool)

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

SetIncluded

func (o *ListApplicationKeysResponse) SetIncluded(v []ApplicationKeyResponseIncludedItem)

SetIncluded sets Included field to given value.

HasIncluded

func (o *ListApplicationKeysResponse) HasIncluded() bool

HasIncluded returns a boolean if a field has been set.

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