File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ type InstanceBackup struct {
110110 Schedule struct {
111111 Day string `json:"day,omitempty"`
112112 Window string `json:"window,omitempty"`
113- } `json:"schedule,omitempty "`
113+ } `json:"schedule"`
114114}
115115
116116type InstanceDiskEncryption string
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ type MetricRelativeTimeDuration struct {
9393
9494// MetricAbsoluteTimeDuration specifies an absolute time range for data queries
9595type MetricAbsoluteTimeDuration struct {
96- Start time.Time `json:"start,omitempty "`
97- End time.Time `json:"end,omitempty "`
96+ Start time.Time `json:"start"`
97+ End time.Time `json:"end"`
9898}
9999
100100// FetchEntityMetrics returns metrics information for the individual entities within a specific service type
You can’t perform that action at this time.
0 commit comments