|
| 1 | +<!-- |
| 2 | +Copyright (C) 2020-2025 Arm Limited or its affiliates and Contributors. All rights reserved. |
| 3 | +SPDX-License-Identifier: Apache-2.0 |
| 4 | +--> |
| 5 | +# AccountSummaryItem |
| 6 | + |
| 7 | +## Properties |
| 8 | + |
| 9 | +Name | Type | Description | Notes |
| 10 | +------------ | ------------- | ------------- | ------------- |
| 11 | +**Links** | [**NullableAccountSummaryLinks**](AccountSummaryLinks.md) | | |
| 12 | +**Metadata** | [**NullableCommonMetadata**](CommonMetadata.md) | | |
| 13 | +**AccountType** | [**AccountType**](AccountType.md) | | |
| 14 | +**Name** | **string** | The systems unique identifier for the account. | [readonly] |
| 15 | +**Title** | Pointer to **string** | Human readable name for the account. | [optional] |
| 16 | + |
| 17 | +## Methods |
| 18 | + |
| 19 | +### NewAccountSummaryItem |
| 20 | + |
| 21 | +`func NewAccountSummaryItem(links NullableAccountSummaryLinks, metadata NullableCommonMetadata, accountType AccountType, name string, ) *AccountSummaryItem` |
| 22 | + |
| 23 | +NewAccountSummaryItem instantiates a new AccountSummaryItem object |
| 24 | +This constructor will assign default values to properties that have it defined, |
| 25 | +and makes sure properties required by API are set, but the set of arguments |
| 26 | +will change when the set of required properties is changed |
| 27 | + |
| 28 | +### NewAccountSummaryItemWithDefaults |
| 29 | + |
| 30 | +`func NewAccountSummaryItemWithDefaults() *AccountSummaryItem` |
| 31 | + |
| 32 | +NewAccountSummaryItemWithDefaults instantiates a new AccountSummaryItem object |
| 33 | +This constructor will only assign default values to properties that have it defined, |
| 34 | +but it doesn't guarantee that properties required by API are set |
| 35 | + |
| 36 | +### GetLinks |
| 37 | + |
| 38 | +`func (o *AccountSummaryItem) GetLinks() AccountSummaryLinks` |
| 39 | + |
| 40 | +GetLinks returns the Links field if non-nil, zero value otherwise. |
| 41 | + |
| 42 | +### GetLinksOk |
| 43 | + |
| 44 | +`func (o *AccountSummaryItem) GetLinksOk() (*AccountSummaryLinks, bool)` |
| 45 | + |
| 46 | +GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise |
| 47 | +and a boolean to check if the value has been set. |
| 48 | + |
| 49 | +### SetLinks |
| 50 | + |
| 51 | +`func (o *AccountSummaryItem) SetLinks(v AccountSummaryLinks)` |
| 52 | + |
| 53 | +SetLinks sets Links field to given value. |
| 54 | + |
| 55 | + |
| 56 | +### SetLinksNil |
| 57 | + |
| 58 | +`func (o *AccountSummaryItem) SetLinksNil(b bool)` |
| 59 | + |
| 60 | + SetLinksNil sets the value for Links to be an explicit nil |
| 61 | + |
| 62 | +### UnsetLinks |
| 63 | +`func (o *AccountSummaryItem) UnsetLinks()` |
| 64 | + |
| 65 | +UnsetLinks ensures that no value is present for Links, not even an explicit nil |
| 66 | +### GetMetadata |
| 67 | + |
| 68 | +`func (o *AccountSummaryItem) GetMetadata() CommonMetadata` |
| 69 | + |
| 70 | +GetMetadata returns the Metadata field if non-nil, zero value otherwise. |
| 71 | + |
| 72 | +### GetMetadataOk |
| 73 | + |
| 74 | +`func (o *AccountSummaryItem) GetMetadataOk() (*CommonMetadata, bool)` |
| 75 | + |
| 76 | +GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise |
| 77 | +and a boolean to check if the value has been set. |
| 78 | + |
| 79 | +### SetMetadata |
| 80 | + |
| 81 | +`func (o *AccountSummaryItem) SetMetadata(v CommonMetadata)` |
| 82 | + |
| 83 | +SetMetadata sets Metadata field to given value. |
| 84 | + |
| 85 | + |
| 86 | +### SetMetadataNil |
| 87 | + |
| 88 | +`func (o *AccountSummaryItem) SetMetadataNil(b bool)` |
| 89 | + |
| 90 | + SetMetadataNil sets the value for Metadata to be an explicit nil |
| 91 | + |
| 92 | +### UnsetMetadata |
| 93 | +`func (o *AccountSummaryItem) UnsetMetadata()` |
| 94 | + |
| 95 | +UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil |
| 96 | +### GetAccountType |
| 97 | + |
| 98 | +`func (o *AccountSummaryItem) GetAccountType() AccountType` |
| 99 | + |
| 100 | +GetAccountType returns the AccountType field if non-nil, zero value otherwise. |
| 101 | + |
| 102 | +### GetAccountTypeOk |
| 103 | + |
| 104 | +`func (o *AccountSummaryItem) GetAccountTypeOk() (*AccountType, bool)` |
| 105 | + |
| 106 | +GetAccountTypeOk returns a tuple with the AccountType field if it's non-nil, zero value otherwise |
| 107 | +and a boolean to check if the value has been set. |
| 108 | + |
| 109 | +### SetAccountType |
| 110 | + |
| 111 | +`func (o *AccountSummaryItem) SetAccountType(v AccountType)` |
| 112 | + |
| 113 | +SetAccountType sets AccountType field to given value. |
| 114 | + |
| 115 | + |
| 116 | +### GetName |
| 117 | + |
| 118 | +`func (o *AccountSummaryItem) GetName() string` |
| 119 | + |
| 120 | +GetName returns the Name field if non-nil, zero value otherwise. |
| 121 | + |
| 122 | +### GetNameOk |
| 123 | + |
| 124 | +`func (o *AccountSummaryItem) GetNameOk() (*string, bool)` |
| 125 | + |
| 126 | +GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise |
| 127 | +and a boolean to check if the value has been set. |
| 128 | + |
| 129 | +### SetName |
| 130 | + |
| 131 | +`func (o *AccountSummaryItem) SetName(v string)` |
| 132 | + |
| 133 | +SetName sets Name field to given value. |
| 134 | + |
| 135 | + |
| 136 | +### GetTitle |
| 137 | + |
| 138 | +`func (o *AccountSummaryItem) GetTitle() string` |
| 139 | + |
| 140 | +GetTitle returns the Title field if non-nil, zero value otherwise. |
| 141 | + |
| 142 | +### GetTitleOk |
| 143 | + |
| 144 | +`func (o *AccountSummaryItem) GetTitleOk() (*string, bool)` |
| 145 | + |
| 146 | +GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise |
| 147 | +and a boolean to check if the value has been set. |
| 148 | + |
| 149 | +### SetTitle |
| 150 | + |
| 151 | +`func (o *AccountSummaryItem) SetTitle(v string)` |
| 152 | + |
| 153 | +SetTitle sets Title field to given value. |
| 154 | + |
| 155 | +### HasTitle |
| 156 | + |
| 157 | +`func (o *AccountSummaryItem) HasTitle() bool` |
| 158 | + |
| 159 | +HasTitle returns a boolean if a field has been set. |
| 160 | + |
| 161 | + |
| 162 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 163 | + |
| 164 | + |
0 commit comments