File: RequestStatusMetadata.md

package info (click to toggle)
golang-github-ionos-cloud-sdk-go 6.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,360 kB
  • sloc: sh: 35; makefile: 3
file content (132 lines) | stat: -rw-r--r-- 3,764 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# RequestStatusMetadata

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
|**Status** | Pointer to **string** |  | [optional] |
|**Message** | Pointer to **string** |  | [optional] |
|**Etag** | Pointer to **string** | Resource's Entity Tag as defined in http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11  Entity Tag is also added as an 'ETag response header to requests which don't use 'depth' parameter. | [optional] [readonly] |
|**Targets** | Pointer to [**[]RequestTarget**](RequestTarget.md) |  | [optional] |

## Methods

### NewRequestStatusMetadata

`func NewRequestStatusMetadata() *RequestStatusMetadata`

NewRequestStatusMetadata instantiates a new RequestStatusMetadata object
This constructor will assign default values to properties that have it defined,
and makes sure properties required by API are set, but the set of arguments
will change when the set of required properties is changed

### NewRequestStatusMetadataWithDefaults

`func NewRequestStatusMetadataWithDefaults() *RequestStatusMetadata`

NewRequestStatusMetadataWithDefaults instantiates a new RequestStatusMetadata object
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set

### GetStatus

`func (o *RequestStatusMetadata) GetStatus() string`

GetStatus returns the Status field if non-nil, zero value otherwise.

### GetStatusOk

`func (o *RequestStatusMetadata) GetStatusOk() (*string, bool)`

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetStatus

`func (o *RequestStatusMetadata) SetStatus(v string)`

SetStatus sets Status field to given value.

### HasStatus

`func (o *RequestStatusMetadata) HasStatus() bool`

HasStatus returns a boolean if a field has been set.

### GetMessage

`func (o *RequestStatusMetadata) GetMessage() string`

GetMessage returns the Message field if non-nil, zero value otherwise.

### GetMessageOk

`func (o *RequestStatusMetadata) GetMessageOk() (*string, bool)`

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetMessage

`func (o *RequestStatusMetadata) SetMessage(v string)`

SetMessage sets Message field to given value.

### HasMessage

`func (o *RequestStatusMetadata) HasMessage() bool`

HasMessage returns a boolean if a field has been set.

### GetEtag

`func (o *RequestStatusMetadata) GetEtag() string`

GetEtag returns the Etag field if non-nil, zero value otherwise.

### GetEtagOk

`func (o *RequestStatusMetadata) GetEtagOk() (*string, bool)`

GetEtagOk returns a tuple with the Etag field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetEtag

`func (o *RequestStatusMetadata) SetEtag(v string)`

SetEtag sets Etag field to given value.

### HasEtag

`func (o *RequestStatusMetadata) HasEtag() bool`

HasEtag returns a boolean if a field has been set.

### GetTargets

`func (o *RequestStatusMetadata) GetTargets() []RequestTarget`

GetTargets returns the Targets field if non-nil, zero value otherwise.

### GetTargetsOk

`func (o *RequestStatusMetadata) GetTargetsOk() (*[]RequestTarget, bool)`

GetTargetsOk returns a tuple with the Targets field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTargets

`func (o *RequestStatusMetadata) SetTargets(v []RequestTarget)`

SetTargets sets Targets field to given value.

### HasTargets

`func (o *RequestStatusMetadata) HasTargets() bool`

HasTargets returns a boolean if a field has been set.