|
5 | 5 | Name | Type | Description | Notes
|
6 | 6 | ------------ | ------------- | ------------- | -------------
|
7 | 7 | **PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
|
| 8 | +**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] |
| 9 | +**PulpHref** | Pointer to **string** | | [optional] [readonly] |
8 | 10 | **Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
|
9 | 11 | **BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
|
10 |
| -**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional] |
11 |
| -**PulpHref** | Pointer to **string** | | [optional] [readonly] |
12 | 12 | **Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
|
13 | 13 | **BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
|
14 | 14 | **PulpLabels** | Pointer to **map[string]string** | | [optional]
|
15 |
| -**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] |
| 15 | +**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional] |
16 | 16 |
|
17 | 17 | ## Methods
|
18 | 18 |
|
@@ -58,110 +58,100 @@ SetPulpCreated sets PulpCreated field to given value.
|
58 | 58 |
|
59 | 59 | HasPulpCreated returns a boolean if a field has been set.
|
60 | 60 |
|
61 |
| -### GetHidden |
| 61 | +### GetPulpLastUpdated |
62 | 62 |
|
63 |
| -`func (o *ArtifactDistributionResponse) GetHidden() bool` |
| 63 | +`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time` |
64 | 64 |
|
65 |
| -GetHidden returns the Hidden field if non-nil, zero value otherwise. |
| 65 | +GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise. |
66 | 66 |
|
67 |
| -### GetHiddenOk |
| 67 | +### GetPulpLastUpdatedOk |
68 | 68 |
|
69 |
| -`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)` |
| 69 | +`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)` |
70 | 70 |
|
71 |
| -GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise |
| 71 | +GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise |
72 | 72 | and a boolean to check if the value has been set.
|
73 | 73 |
|
74 |
| -### SetHidden |
| 74 | +### SetPulpLastUpdated |
75 | 75 |
|
76 |
| -`func (o *ArtifactDistributionResponse) SetHidden(v bool)` |
| 76 | +`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)` |
77 | 77 |
|
78 |
| -SetHidden sets Hidden field to given value. |
| 78 | +SetPulpLastUpdated sets PulpLastUpdated field to given value. |
79 | 79 |
|
80 |
| -### HasHidden |
| 80 | +### HasPulpLastUpdated |
81 | 81 |
|
82 |
| -`func (o *ArtifactDistributionResponse) HasHidden() bool` |
| 82 | +`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool` |
83 | 83 |
|
84 |
| -HasHidden returns a boolean if a field has been set. |
| 84 | +HasPulpLastUpdated returns a boolean if a field has been set. |
85 | 85 |
|
86 |
| -### GetBasePath |
| 86 | +### GetPulpHref |
87 | 87 |
|
88 |
| -`func (o *ArtifactDistributionResponse) GetBasePath() string` |
| 88 | +`func (o *ArtifactDistributionResponse) GetPulpHref() string` |
89 | 89 |
|
90 |
| -GetBasePath returns the BasePath field if non-nil, zero value otherwise. |
| 90 | +GetPulpHref returns the PulpHref field if non-nil, zero value otherwise. |
91 | 91 |
|
92 |
| -### GetBasePathOk |
| 92 | +### GetPulpHrefOk |
93 | 93 |
|
94 |
| -`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)` |
| 94 | +`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)` |
95 | 95 |
|
96 |
| -GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise |
| 96 | +GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise |
97 | 97 | and a boolean to check if the value has been set.
|
98 | 98 |
|
99 |
| -### SetBasePath |
100 |
| - |
101 |
| -`func (o *ArtifactDistributionResponse) SetBasePath(v string)` |
102 |
| - |
103 |
| -SetBasePath sets BasePath field to given value. |
| 99 | +### SetPulpHref |
104 | 100 |
|
| 101 | +`func (o *ArtifactDistributionResponse) SetPulpHref(v string)` |
105 | 102 |
|
106 |
| -### GetContentGuard |
| 103 | +SetPulpHref sets PulpHref field to given value. |
107 | 104 |
|
108 |
| -`func (o *ArtifactDistributionResponse) GetContentGuard() string` |
| 105 | +### HasPulpHref |
109 | 106 |
|
110 |
| -GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise. |
| 107 | +`func (o *ArtifactDistributionResponse) HasPulpHref() bool` |
111 | 108 |
|
112 |
| -### GetContentGuardOk |
| 109 | +HasPulpHref returns a boolean if a field has been set. |
113 | 110 |
|
114 |
| -`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)` |
| 111 | +### GetHidden |
115 | 112 |
|
116 |
| -GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise |
117 |
| -and a boolean to check if the value has been set. |
| 113 | +`func (o *ArtifactDistributionResponse) GetHidden() bool` |
118 | 114 |
|
119 |
| -### SetContentGuard |
| 115 | +GetHidden returns the Hidden field if non-nil, zero value otherwise. |
120 | 116 |
|
121 |
| -`func (o *ArtifactDistributionResponse) SetContentGuard(v string)` |
| 117 | +### GetHiddenOk |
122 | 118 |
|
123 |
| -SetContentGuard sets ContentGuard field to given value. |
| 119 | +`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)` |
124 | 120 |
|
125 |
| -### HasContentGuard |
| 121 | +GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise |
| 122 | +and a boolean to check if the value has been set. |
126 | 123 |
|
127 |
| -`func (o *ArtifactDistributionResponse) HasContentGuard() bool` |
| 124 | +### SetHidden |
128 | 125 |
|
129 |
| -HasContentGuard returns a boolean if a field has been set. |
| 126 | +`func (o *ArtifactDistributionResponse) SetHidden(v bool)` |
130 | 127 |
|
131 |
| -### SetContentGuardNil |
| 128 | +SetHidden sets Hidden field to given value. |
132 | 129 |
|
133 |
| -`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)` |
| 130 | +### HasHidden |
134 | 131 |
|
135 |
| - SetContentGuardNil sets the value for ContentGuard to be an explicit nil |
| 132 | +`func (o *ArtifactDistributionResponse) HasHidden() bool` |
136 | 133 |
|
137 |
| -### UnsetContentGuard |
138 |
| -`func (o *ArtifactDistributionResponse) UnsetContentGuard()` |
| 134 | +HasHidden returns a boolean if a field has been set. |
139 | 135 |
|
140 |
| -UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil |
141 |
| -### GetPulpHref |
| 136 | +### GetBasePath |
142 | 137 |
|
143 |
| -`func (o *ArtifactDistributionResponse) GetPulpHref() string` |
| 138 | +`func (o *ArtifactDistributionResponse) GetBasePath() string` |
144 | 139 |
|
145 |
| -GetPulpHref returns the PulpHref field if non-nil, zero value otherwise. |
| 140 | +GetBasePath returns the BasePath field if non-nil, zero value otherwise. |
146 | 141 |
|
147 |
| -### GetPulpHrefOk |
| 142 | +### GetBasePathOk |
148 | 143 |
|
149 |
| -`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)` |
| 144 | +`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)` |
150 | 145 |
|
151 |
| -GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise |
| 146 | +GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise |
152 | 147 | and a boolean to check if the value has been set.
|
153 | 148 |
|
154 |
| -### SetPulpHref |
155 |
| - |
156 |
| -`func (o *ArtifactDistributionResponse) SetPulpHref(v string)` |
| 149 | +### SetBasePath |
157 | 150 |
|
158 |
| -SetPulpHref sets PulpHref field to given value. |
| 151 | +`func (o *ArtifactDistributionResponse) SetBasePath(v string)` |
159 | 152 |
|
160 |
| -### HasPulpHref |
| 153 | +SetBasePath sets BasePath field to given value. |
161 | 154 |
|
162 |
| -`func (o *ArtifactDistributionResponse) HasPulpHref() bool` |
163 |
| - |
164 |
| -HasPulpHref returns a boolean if a field has been set. |
165 | 155 |
|
166 | 156 | ### GetName
|
167 | 157 |
|
@@ -233,31 +223,41 @@ SetPulpLabels sets PulpLabels field to given value.
|
233 | 223 |
|
234 | 224 | HasPulpLabels returns a boolean if a field has been set.
|
235 | 225 |
|
236 |
| -### GetPulpLastUpdated |
| 226 | +### GetContentGuard |
237 | 227 |
|
238 |
| -`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time` |
| 228 | +`func (o *ArtifactDistributionResponse) GetContentGuard() string` |
239 | 229 |
|
240 |
| -GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise. |
| 230 | +GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise. |
241 | 231 |
|
242 |
| -### GetPulpLastUpdatedOk |
| 232 | +### GetContentGuardOk |
243 | 233 |
|
244 |
| -`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)` |
| 234 | +`func (o *ArtifactDistributionResponse) GetContentGuardOk() (*string, bool)` |
245 | 235 |
|
246 |
| -GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise |
| 236 | +GetContentGuardOk returns a tuple with the ContentGuard field if it's non-nil, zero value otherwise |
247 | 237 | and a boolean to check if the value has been set.
|
248 | 238 |
|
249 |
| -### SetPulpLastUpdated |
| 239 | +### SetContentGuard |
250 | 240 |
|
251 |
| -`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)` |
| 241 | +`func (o *ArtifactDistributionResponse) SetContentGuard(v string)` |
252 | 242 |
|
253 |
| -SetPulpLastUpdated sets PulpLastUpdated field to given value. |
| 243 | +SetContentGuard sets ContentGuard field to given value. |
254 | 244 |
|
255 |
| -### HasPulpLastUpdated |
| 245 | +### HasContentGuard |
256 | 246 |
|
257 |
| -`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool` |
| 247 | +`func (o *ArtifactDistributionResponse) HasContentGuard() bool` |
258 | 248 |
|
259 |
| -HasPulpLastUpdated returns a boolean if a field has been set. |
| 249 | +HasContentGuard returns a boolean if a field has been set. |
| 250 | + |
| 251 | +### SetContentGuardNil |
260 | 252 |
|
| 253 | +`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)` |
| 254 | + |
| 255 | + SetContentGuardNil sets the value for ContentGuard to be an explicit nil |
| 256 | + |
| 257 | +### UnsetContentGuard |
| 258 | +`func (o *ArtifactDistributionResponse) UnsetContentGuard()` |
| 259 | + |
| 260 | +UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil |
261 | 261 |
|
262 | 262 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
263 | 263 |
|
|
0 commit comments