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
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageAttributionValues.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ Name | Type | Description | Notes
36
36
**LambdaUsage** | Pointer to **float64** | The Lambda function usage by tag(s). **Note** this field is deprecated. Use lambda_functions_usage instead. | [optional]
37
37
**NpmHostPercentage** | Pointer to **float64** | The percentage of network host usage by tag(s). | [optional]
38
38
**NpmHostUsage** | Pointer to **float64** | The network host usage by tag(s). | [optional]
39
-
**ProfiledContainersPercentage** | Pointer to **float64** | The percentage of profiled containers usage by tag(s). | [optional]
40
-
**ProfiledContainersUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional]
39
+
**ProfiledContainerPercentage** | Pointer to **float64** | The percentage of profiled containers usage by tag(s). | [optional]
40
+
**ProfiledContainerUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional]
41
41
**ProfiledHostsPercentage** | Pointer to **float64** | The percentage of profiled hosts usage by tag(s). | [optional]
42
42
**ProfiledHostsUsage** | Pointer to **float64** | The profiled host usage by tag(s). | [optional]
43
43
**SnmpPercentage** | Pointer to **float64** | The percentage of network device usage by tag(s). | [optional]
@@ -862,55 +862,55 @@ SetNpmHostUsage sets NpmHostUsage field to given value.
862
862
863
863
HasNpmHostUsage returns a boolean if a field has been set.
864
864
865
-
### GetProfiledContainersPercentage
865
+
### GetProfiledContainerPercentage
866
866
867
-
`func (o *UsageAttributionValues) GetProfiledContainersPercentage() float64`
867
+
`func (o *UsageAttributionValues) GetProfiledContainerPercentage() float64`
868
868
869
-
GetProfiledContainersPercentage returns the ProfiledContainersPercentage field if non-nil, zero value otherwise.
869
+
GetProfiledContainerPercentage returns the ProfiledContainerPercentage field if non-nil, zero value otherwise.
870
870
871
-
### GetProfiledContainersPercentageOk
871
+
### GetProfiledContainerPercentageOk
872
872
873
-
`func (o *UsageAttributionValues) GetProfiledContainersPercentageOk() (*float64, bool)`
873
+
`func (o *UsageAttributionValues) GetProfiledContainerPercentageOk() (*float64, bool)`
874
874
875
-
GetProfiledContainersPercentageOk returns a tuple with the ProfiledContainersPercentage field if it's non-nil, zero value otherwise
875
+
GetProfiledContainerPercentageOk returns a tuple with the ProfiledContainerPercentage field if it's non-nil, zero value otherwise
876
876
and a boolean to check if the value has been set.
877
877
878
-
### SetProfiledContainersPercentage
878
+
### SetProfiledContainerPercentage
879
879
880
-
`func (o *UsageAttributionValues) SetProfiledContainersPercentage(v float64)`
880
+
`func (o *UsageAttributionValues) SetProfiledContainerPercentage(v float64)`
881
881
882
-
SetProfiledContainersPercentage sets ProfiledContainersPercentage field to given value.
882
+
SetProfiledContainerPercentage sets ProfiledContainerPercentage field to given value.
883
883
884
-
### HasProfiledContainersPercentage
884
+
### HasProfiledContainerPercentage
885
885
886
-
`func (o *UsageAttributionValues) HasProfiledContainersPercentage() bool`
886
+
`func (o *UsageAttributionValues) HasProfiledContainerPercentage() bool`
887
887
888
-
HasProfiledContainersPercentage returns a boolean if a field has been set.
888
+
HasProfiledContainerPercentage returns a boolean if a field has been set.
889
889
890
-
### GetProfiledContainersUsage
890
+
### GetProfiledContainerUsage
891
891
892
-
`func (o *UsageAttributionValues) GetProfiledContainersUsage() float64`
892
+
`func (o *UsageAttributionValues) GetProfiledContainerUsage() float64`
893
893
894
-
GetProfiledContainersUsage returns the ProfiledContainersUsage field if non-nil, zero value otherwise.
894
+
GetProfiledContainerUsage returns the ProfiledContainerUsage field if non-nil, zero value otherwise.
895
895
896
-
### GetProfiledContainersUsageOk
896
+
### GetProfiledContainerUsageOk
897
897
898
-
`func (o *UsageAttributionValues) GetProfiledContainersUsageOk() (*float64, bool)`
898
+
`func (o *UsageAttributionValues) GetProfiledContainerUsageOk() (*float64, bool)`
899
899
900
-
GetProfiledContainersUsageOk returns a tuple with the ProfiledContainersUsage field if it's non-nil, zero value otherwise
900
+
GetProfiledContainerUsageOk returns a tuple with the ProfiledContainerUsage field if it's non-nil, zero value otherwise
901
901
and a boolean to check if the value has been set.
902
902
903
-
### SetProfiledContainersUsage
903
+
### SetProfiledContainerUsage
904
904
905
-
`func (o *UsageAttributionValues) SetProfiledContainersUsage(v float64)`
905
+
`func (o *UsageAttributionValues) SetProfiledContainerUsage(v float64)`
906
906
907
-
SetProfiledContainersUsage sets ProfiledContainersUsage field to given value.
907
+
SetProfiledContainerUsage sets ProfiledContainerUsage field to given value.
908
908
909
-
### HasProfiledContainersUsage
909
+
### HasProfiledContainerUsage
910
910
911
-
`func (o *UsageAttributionValues) HasProfiledContainersUsage() bool`
911
+
`func (o *UsageAttributionValues) HasProfiledContainerUsage() bool`
912
912
913
-
HasProfiledContainersUsage returns a boolean if a field has been set.
913
+
HasProfiledContainerUsage returns a boolean if a field has been set.
0 commit comments