We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5e8d0 commit 0d1bb79Copy full SHA for 0d1bb79
service/transit_gateway/attachments/model.go
@@ -52,10 +52,10 @@ type InvitationsResource struct {
52
}
53
54
type InvitationsResponse struct {
55
- CommandType *string `json:"commandType,omitempty"`
56
- Description *string `json:"description,omitempty"`
57
- Status *string `json:"status,omitempty"`
58
- ID *string `json:"taskId,omitempty"`
+ CommandType *string `json:"commandType,omitempty"`
+ Description *string `json:"description,omitempty"`
+ Status *string `json:"status,omitempty"`
+ ID *string `json:"taskId,omitempty"`
59
Response *InvitationResponseData `json:"response,omitempty"`
60
61
0 commit comments