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 48b0503 commit 0acdd40Copy full SHA for 0acdd40
resource/organization.go
@@ -2,7 +2,7 @@ package resource
2
3
type Organization struct {
4
Name string `json:"name"`
5
- Suspended *bool `json:"suspended,omitempty"`
+ Suspended bool `json:"suspended"`
6
Relationships QuotaRelationship `json:"relationships,omitempty"`
7
Metadata *Metadata `json:"metadata,omitempty"`
8
Resource `json:",inline"`
0 commit comments