bunnyshell.com/sdk@v0.16.0/docs/RegistryIntegrationCollection.md (about) 1 # RegistryIntegrationCollection 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | Registry integration identifier. | [optional] [readonly] 8 **Name** | Pointer to **string** | Registry integration name. | [optional] [readonly] 9 **ProviderName** | Pointer to **string** | Registry integration provider. | [optional] [readonly] 10 **Status** | Pointer to **string** | Registry integration status. | [optional] [readonly] 11 **Organization** | Pointer to **string** | Organization identifier. | [optional] [readonly] 12 13 ## Methods 14 15 ### NewRegistryIntegrationCollection 16 17 `func NewRegistryIntegrationCollection() *RegistryIntegrationCollection` 18 19 NewRegistryIntegrationCollection instantiates a new RegistryIntegrationCollection object 20 This constructor will assign default values to properties that have it defined, 21 and makes sure properties required by API are set, but the set of arguments 22 will change when the set of required properties is changed 23 24 ### NewRegistryIntegrationCollectionWithDefaults 25 26 `func NewRegistryIntegrationCollectionWithDefaults() *RegistryIntegrationCollection` 27 28 NewRegistryIntegrationCollectionWithDefaults instantiates a new RegistryIntegrationCollection object 29 This constructor will only assign default values to properties that have it defined, 30 but it doesn't guarantee that properties required by API are set 31 32 ### GetId 33 34 `func (o *RegistryIntegrationCollection) GetId() string` 35 36 GetId returns the Id field if non-nil, zero value otherwise. 37 38 ### GetIdOk 39 40 `func (o *RegistryIntegrationCollection) GetIdOk() (*string, bool)` 41 42 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 43 and a boolean to check if the value has been set. 44 45 ### SetId 46 47 `func (o *RegistryIntegrationCollection) SetId(v string)` 48 49 SetId sets Id field to given value. 50 51 ### HasId 52 53 `func (o *RegistryIntegrationCollection) HasId() bool` 54 55 HasId returns a boolean if a field has been set. 56 57 ### GetName 58 59 `func (o *RegistryIntegrationCollection) GetName() string` 60 61 GetName returns the Name field if non-nil, zero value otherwise. 62 63 ### GetNameOk 64 65 `func (o *RegistryIntegrationCollection) GetNameOk() (*string, bool)` 66 67 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 68 and a boolean to check if the value has been set. 69 70 ### SetName 71 72 `func (o *RegistryIntegrationCollection) SetName(v string)` 73 74 SetName sets Name field to given value. 75 76 ### HasName 77 78 `func (o *RegistryIntegrationCollection) HasName() bool` 79 80 HasName returns a boolean if a field has been set. 81 82 ### GetProviderName 83 84 `func (o *RegistryIntegrationCollection) GetProviderName() string` 85 86 GetProviderName returns the ProviderName field if non-nil, zero value otherwise. 87 88 ### GetProviderNameOk 89 90 `func (o *RegistryIntegrationCollection) GetProviderNameOk() (*string, bool)` 91 92 GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise 93 and a boolean to check if the value has been set. 94 95 ### SetProviderName 96 97 `func (o *RegistryIntegrationCollection) SetProviderName(v string)` 98 99 SetProviderName sets ProviderName field to given value. 100 101 ### HasProviderName 102 103 `func (o *RegistryIntegrationCollection) HasProviderName() bool` 104 105 HasProviderName returns a boolean if a field has been set. 106 107 ### GetStatus 108 109 `func (o *RegistryIntegrationCollection) GetStatus() string` 110 111 GetStatus returns the Status field if non-nil, zero value otherwise. 112 113 ### GetStatusOk 114 115 `func (o *RegistryIntegrationCollection) GetStatusOk() (*string, bool)` 116 117 GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise 118 and a boolean to check if the value has been set. 119 120 ### SetStatus 121 122 `func (o *RegistryIntegrationCollection) SetStatus(v string)` 123 124 SetStatus sets Status field to given value. 125 126 ### HasStatus 127 128 `func (o *RegistryIntegrationCollection) HasStatus() bool` 129 130 HasStatus returns a boolean if a field has been set. 131 132 ### GetOrganization 133 134 `func (o *RegistryIntegrationCollection) GetOrganization() string` 135 136 GetOrganization returns the Organization field if non-nil, zero value otherwise. 137 138 ### GetOrganizationOk 139 140 `func (o *RegistryIntegrationCollection) GetOrganizationOk() (*string, bool)` 141 142 GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise 143 and a boolean to check if the value has been set. 144 145 ### SetOrganization 146 147 `func (o *RegistryIntegrationCollection) SetOrganization(v string)` 148 149 SetOrganization sets Organization field to given value. 150 151 ### HasOrganization 152 153 `func (o *RegistryIntegrationCollection) HasOrganization() bool` 154 155 HasOrganization returns a boolean if a field has been set. 156 157 158 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 159 160