bunnyshell.com/sdk@v0.16.0/docs/PipelineCollection.md (about) 1 # PipelineCollection 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Id** | Pointer to **string** | Pipeline identifier. | [optional] [readonly] 8 **Description** | Pointer to **string** | Pipeline description. | [optional] [readonly] 9 **Status** | Pointer to **string** | Pipeline status. | [optional] [readonly] 10 **Environment** | Pointer to **NullableString** | Environment identifier. | [optional] [readonly] 11 **Event** | Pointer to **string** | Event identifier. | [optional] [readonly] 12 **WebUrl** | Pointer to **string** | Pipeline web URL. | [optional] [readonly] 13 **Organization** | Pointer to **string** | Organization identifier. | [optional] [readonly] 14 15 ## Methods 16 17 ### NewPipelineCollection 18 19 `func NewPipelineCollection() *PipelineCollection` 20 21 NewPipelineCollection instantiates a new PipelineCollection object 22 This constructor will assign default values to properties that have it defined, 23 and makes sure properties required by API are set, but the set of arguments 24 will change when the set of required properties is changed 25 26 ### NewPipelineCollectionWithDefaults 27 28 `func NewPipelineCollectionWithDefaults() *PipelineCollection` 29 30 NewPipelineCollectionWithDefaults instantiates a new PipelineCollection object 31 This constructor will only assign default values to properties that have it defined, 32 but it doesn't guarantee that properties required by API are set 33 34 ### GetId 35 36 `func (o *PipelineCollection) GetId() string` 37 38 GetId returns the Id field if non-nil, zero value otherwise. 39 40 ### GetIdOk 41 42 `func (o *PipelineCollection) GetIdOk() (*string, bool)` 43 44 GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 45 and a boolean to check if the value has been set. 46 47 ### SetId 48 49 `func (o *PipelineCollection) SetId(v string)` 50 51 SetId sets Id field to given value. 52 53 ### HasId 54 55 `func (o *PipelineCollection) HasId() bool` 56 57 HasId returns a boolean if a field has been set. 58 59 ### GetDescription 60 61 `func (o *PipelineCollection) GetDescription() string` 62 63 GetDescription returns the Description field if non-nil, zero value otherwise. 64 65 ### GetDescriptionOk 66 67 `func (o *PipelineCollection) GetDescriptionOk() (*string, bool)` 68 69 GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise 70 and a boolean to check if the value has been set. 71 72 ### SetDescription 73 74 `func (o *PipelineCollection) SetDescription(v string)` 75 76 SetDescription sets Description field to given value. 77 78 ### HasDescription 79 80 `func (o *PipelineCollection) HasDescription() bool` 81 82 HasDescription returns a boolean if a field has been set. 83 84 ### GetStatus 85 86 `func (o *PipelineCollection) GetStatus() string` 87 88 GetStatus returns the Status field if non-nil, zero value otherwise. 89 90 ### GetStatusOk 91 92 `func (o *PipelineCollection) GetStatusOk() (*string, bool)` 93 94 GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise 95 and a boolean to check if the value has been set. 96 97 ### SetStatus 98 99 `func (o *PipelineCollection) SetStatus(v string)` 100 101 SetStatus sets Status field to given value. 102 103 ### HasStatus 104 105 `func (o *PipelineCollection) HasStatus() bool` 106 107 HasStatus returns a boolean if a field has been set. 108 109 ### GetEnvironment 110 111 `func (o *PipelineCollection) GetEnvironment() string` 112 113 GetEnvironment returns the Environment field if non-nil, zero value otherwise. 114 115 ### GetEnvironmentOk 116 117 `func (o *PipelineCollection) GetEnvironmentOk() (*string, bool)` 118 119 GetEnvironmentOk returns a tuple with the Environment field if it's non-nil, zero value otherwise 120 and a boolean to check if the value has been set. 121 122 ### SetEnvironment 123 124 `func (o *PipelineCollection) SetEnvironment(v string)` 125 126 SetEnvironment sets Environment field to given value. 127 128 ### HasEnvironment 129 130 `func (o *PipelineCollection) HasEnvironment() bool` 131 132 HasEnvironment returns a boolean if a field has been set. 133 134 ### SetEnvironmentNil 135 136 `func (o *PipelineCollection) SetEnvironmentNil(b bool)` 137 138 SetEnvironmentNil sets the value for Environment to be an explicit nil 139 140 ### UnsetEnvironment 141 `func (o *PipelineCollection) UnsetEnvironment()` 142 143 UnsetEnvironment ensures that no value is present for Environment, not even an explicit nil 144 ### GetEvent 145 146 `func (o *PipelineCollection) GetEvent() string` 147 148 GetEvent returns the Event field if non-nil, zero value otherwise. 149 150 ### GetEventOk 151 152 `func (o *PipelineCollection) GetEventOk() (*string, bool)` 153 154 GetEventOk returns a tuple with the Event field if it's non-nil, zero value otherwise 155 and a boolean to check if the value has been set. 156 157 ### SetEvent 158 159 `func (o *PipelineCollection) SetEvent(v string)` 160 161 SetEvent sets Event field to given value. 162 163 ### HasEvent 164 165 `func (o *PipelineCollection) HasEvent() bool` 166 167 HasEvent returns a boolean if a field has been set. 168 169 ### GetWebUrl 170 171 `func (o *PipelineCollection) GetWebUrl() string` 172 173 GetWebUrl returns the WebUrl field if non-nil, zero value otherwise. 174 175 ### GetWebUrlOk 176 177 `func (o *PipelineCollection) GetWebUrlOk() (*string, bool)` 178 179 GetWebUrlOk returns a tuple with the WebUrl field if it's non-nil, zero value otherwise 180 and a boolean to check if the value has been set. 181 182 ### SetWebUrl 183 184 `func (o *PipelineCollection) SetWebUrl(v string)` 185 186 SetWebUrl sets WebUrl field to given value. 187 188 ### HasWebUrl 189 190 `func (o *PipelineCollection) HasWebUrl() bool` 191 192 HasWebUrl returns a boolean if a field has been set. 193 194 ### GetOrganization 195 196 `func (o *PipelineCollection) GetOrganization() string` 197 198 GetOrganization returns the Organization field if non-nil, zero value otherwise. 199 200 ### GetOrganizationOk 201 202 `func (o *PipelineCollection) GetOrganizationOk() (*string, bool)` 203 204 GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise 205 and a boolean to check if the value has been set. 206 207 ### SetOrganization 208 209 `func (o *PipelineCollection) SetOrganization(v string)` 210 211 SetOrganization sets Organization field to given value. 212 213 ### HasOrganization 214 215 `func (o *PipelineCollection) HasOrganization() bool` 216 217 HasOrganization returns a boolean if a field has been set. 218 219 220 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 221 222