You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NewSyntheticsCIBatchMetadataPipelineWithDefaults instantiates a new SyntheticsCIBatchMetadataPipeline object.
25
+
This constructor will only assign default values to properties that have it defined,
26
+
but it doesn't guarantee that properties required by API are set.
27
+
28
+
### GetUrl
29
+
30
+
`func (o *SyntheticsCIBatchMetadataPipeline) GetUrl() string`
31
+
32
+
GetUrl returns the Url field if non-nil, zero value otherwise.
33
+
34
+
### GetUrlOk
35
+
36
+
`func (o *SyntheticsCIBatchMetadataPipeline) GetUrlOk() (*string, bool)`
37
+
38
+
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise
39
+
and a boolean to check if the value has been set.
40
+
41
+
### SetUrl
42
+
43
+
`func (o *SyntheticsCIBatchMetadataPipeline) SetUrl(v string)`
44
+
45
+
SetUrl sets Url field to given value.
46
+
47
+
### HasUrl
48
+
49
+
`func (o *SyntheticsCIBatchMetadataPipeline) HasUrl() bool`
50
+
51
+
HasUrl returns a boolean if a field has been set.
52
+
53
+
54
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments