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
|**AnalyzedLogs**| Pointer to **int64**| Contains the number of analyzed logs. |[optional]|
8
8
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
9
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
10
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
9
11
10
12
## Methods
11
13
@@ -76,4 +78,54 @@ SetHour sets Hour field to given value.
76
78
77
79
HasHour returns a boolean if a field has been set.
78
80
81
+
### GetOrgName
82
+
83
+
`func (o *UsageAnalyzedLogsHour) GetOrgName() string`
84
+
85
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
86
+
87
+
### GetOrgNameOk
88
+
89
+
`func (o *UsageAnalyzedLogsHour) GetOrgNameOk() (*string, bool)`
90
+
91
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetOrgName
95
+
96
+
`func (o *UsageAnalyzedLogsHour) SetOrgName(v string)`
97
+
98
+
SetOrgName sets OrgName field to given value.
99
+
100
+
### HasOrgName
101
+
102
+
`func (o *UsageAnalyzedLogsHour) HasOrgName() bool`
103
+
104
+
HasOrgName returns a boolean if a field has been set.
105
+
106
+
### GetPublicId
107
+
108
+
`func (o *UsageAnalyzedLogsHour) GetPublicId() string`
109
+
110
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
111
+
112
+
### GetPublicIdOk
113
+
114
+
`func (o *UsageAnalyzedLogsHour) GetPublicIdOk() (*string, bool)`
115
+
116
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetPublicId
120
+
121
+
`func (o *UsageAnalyzedLogsHour) SetPublicId(v string)`
122
+
123
+
SetPublicId sets PublicId field to given value.
124
+
125
+
### HasPublicId
126
+
127
+
`func (o *UsageAnalyzedLogsHour) HasPublicId() bool`
128
+
129
+
HasPublicId returns a boolean if a field has been set.
130
+
79
131
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
8
8
|**MonthlyActiveUsers**| Pointer to **int64**| Contains the total number monthly active users from the start of the given hour's month until the given hour. |[optional]|
9
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
10
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
9
11
10
12
## Methods
11
13
@@ -76,4 +78,54 @@ SetMonthlyActiveUsers sets MonthlyActiveUsers field to given value.
76
78
77
79
HasMonthlyActiveUsers returns a boolean if a field has been set.
78
80
81
+
### GetOrgName
82
+
83
+
`func (o *UsageIncidentManagementHour) GetOrgName() string`
84
+
85
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
86
+
87
+
### GetOrgNameOk
88
+
89
+
`func (o *UsageIncidentManagementHour) GetOrgNameOk() (*string, bool)`
90
+
91
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetOrgName
95
+
96
+
`func (o *UsageIncidentManagementHour) SetOrgName(v string)`
97
+
98
+
SetOrgName sets OrgName field to given value.
99
+
100
+
### HasOrgName
101
+
102
+
`func (o *UsageIncidentManagementHour) HasOrgName() bool`
103
+
104
+
HasOrgName returns a boolean if a field has been set.
105
+
106
+
### GetPublicId
107
+
108
+
`func (o *UsageIncidentManagementHour) GetPublicId() string`
109
+
110
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
111
+
112
+
### GetPublicIdOk
113
+
114
+
`func (o *UsageIncidentManagementHour) GetPublicIdOk() (*string, bool)`
115
+
116
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetPublicId
120
+
121
+
`func (o *UsageIncidentManagementHour) SetPublicId(v string)`
122
+
123
+
SetPublicId sets PublicId field to given value.
124
+
125
+
### HasPublicId
126
+
127
+
`func (o *UsageIncidentManagementHour) HasPublicId() bool`
128
+
129
+
HasPublicId returns a boolean if a field has been set.
130
+
79
131
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
8
8
|**IndexedEventsCount**| Pointer to **int64**| Contains the number of spans indexed. |[optional]|
9
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
10
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
9
11
10
12
## Methods
11
13
@@ -76,4 +78,54 @@ SetIndexedEventsCount sets IndexedEventsCount field to given value.
76
78
77
79
HasIndexedEventsCount returns a boolean if a field has been set.
78
80
81
+
### GetOrgName
82
+
83
+
`func (o *UsageIndexedSpansHour) GetOrgName() string`
84
+
85
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
86
+
87
+
### GetOrgNameOk
88
+
89
+
`func (o *UsageIndexedSpansHour) GetOrgNameOk() (*string, bool)`
90
+
91
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetOrgName
95
+
96
+
`func (o *UsageIndexedSpansHour) SetOrgName(v string)`
97
+
98
+
SetOrgName sets OrgName field to given value.
99
+
100
+
### HasOrgName
101
+
102
+
`func (o *UsageIndexedSpansHour) HasOrgName() bool`
103
+
104
+
HasOrgName returns a boolean if a field has been set.
105
+
106
+
### GetPublicId
107
+
108
+
`func (o *UsageIndexedSpansHour) GetPublicId() string`
109
+
110
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
111
+
112
+
### GetPublicIdOk
113
+
114
+
`func (o *UsageIndexedSpansHour) GetPublicIdOk() (*string, bool)`
115
+
116
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetPublicId
120
+
121
+
`func (o *UsageIndexedSpansHour) SetPublicId(v string)`
122
+
123
+
SetPublicId sets PublicId field to given value.
124
+
125
+
### HasPublicId
126
+
127
+
`func (o *UsageIndexedSpansHour) HasPublicId() bool`
128
+
129
+
HasPublicId returns a boolean if a field has been set.
130
+
79
131
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
|**Hour**| Pointer to **time.Time**| The hour for the usage. |[optional]|
8
8
|**IngestedEventsBytes**| Pointer to **int64**| Contains the total number of bytes ingested during a given hour. |[optional]|
9
+
|**OrgName**| Pointer to **string**| The organization name. |[optional]|
10
+
|**PublicId**| Pointer to **string**| The organization public ID. |[optional]|
9
11
10
12
## Methods
11
13
@@ -76,4 +78,54 @@ SetIngestedEventsBytes sets IngestedEventsBytes field to given value.
76
78
77
79
HasIngestedEventsBytes returns a boolean if a field has been set.
78
80
81
+
### GetOrgName
82
+
83
+
`func (o *UsageIngestedSpansHour) GetOrgName() string`
84
+
85
+
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
86
+
87
+
### GetOrgNameOk
88
+
89
+
`func (o *UsageIngestedSpansHour) GetOrgNameOk() (*string, bool)`
90
+
91
+
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise
92
+
and a boolean to check if the value has been set.
93
+
94
+
### SetOrgName
95
+
96
+
`func (o *UsageIngestedSpansHour) SetOrgName(v string)`
97
+
98
+
SetOrgName sets OrgName field to given value.
99
+
100
+
### HasOrgName
101
+
102
+
`func (o *UsageIngestedSpansHour) HasOrgName() bool`
103
+
104
+
HasOrgName returns a boolean if a field has been set.
105
+
106
+
### GetPublicId
107
+
108
+
`func (o *UsageIngestedSpansHour) GetPublicId() string`
109
+
110
+
GetPublicId returns the PublicId field if non-nil, zero value otherwise.
111
+
112
+
### GetPublicIdOk
113
+
114
+
`func (o *UsageIngestedSpansHour) GetPublicIdOk() (*string, bool)`
115
+
116
+
GetPublicIdOk returns a tuple with the PublicId field if it's non-nil, zero value otherwise
117
+
and a boolean to check if the value has been set.
118
+
119
+
### SetPublicId
120
+
121
+
`func (o *UsageIngestedSpansHour) SetPublicId(v string)`
122
+
123
+
SetPublicId sets PublicId field to given value.
124
+
125
+
### HasPublicId
126
+
127
+
`func (o *UsageIngestedSpansHour) HasPublicId() bool`
128
+
129
+
HasPublicId returns a boolean if a field has been set.
130
+
79
131
[[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