-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated code from DataDog/datadog-api-spec#276 (#189)
* Added column revamp tests * Regenerate client from commit 7c9f520 of spec repo Co-authored-by: Andreas Frendorf <andreas.frendorf@datadoghq.com> Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
- Loading branch information
1 parent
6dfac0d
commit 4f430b2
Showing
12 changed files
with
729 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# WidgetFieldSort | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Column** | Pointer to **string** | Facet path for the column | | ||
**Order** | Pointer to [**WidgetSort**](WidgetSort.md) | | | ||
|
||
## Methods | ||
|
||
### NewWidgetFieldSort | ||
|
||
`func NewWidgetFieldSort(column string, order WidgetSort, ) *WidgetFieldSort` | ||
|
||
NewWidgetFieldSort instantiates a new WidgetFieldSort object | ||
This constructor will assign default values to properties that have it defined, | ||
and makes sure properties required by API are set, but the set of arguments | ||
will change when the set of required properties is changed | ||
|
||
### NewWidgetFieldSortWithDefaults | ||
|
||
`func NewWidgetFieldSortWithDefaults() *WidgetFieldSort` | ||
|
||
NewWidgetFieldSortWithDefaults instantiates a new WidgetFieldSort object | ||
This constructor will only assign default values to properties that have it defined, | ||
but it doesn't guarantee that properties required by API are set | ||
|
||
### GetColumn | ||
|
||
`func (o *WidgetFieldSort) GetColumn() string` | ||
|
||
GetColumn returns the Column field if non-nil, zero value otherwise. | ||
|
||
### GetColumnOk | ||
|
||
`func (o *WidgetFieldSort) GetColumnOk() (*string, bool)` | ||
|
||
GetColumnOk returns a tuple with the Column field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetColumn | ||
|
||
`func (o *WidgetFieldSort) SetColumn(v string)` | ||
|
||
SetColumn sets Column field to given value. | ||
|
||
|
||
### GetOrder | ||
|
||
`func (o *WidgetFieldSort) GetOrder() WidgetSort` | ||
|
||
GetOrder returns the Order field if non-nil, zero value otherwise. | ||
|
||
### GetOrderOk | ||
|
||
`func (o *WidgetFieldSort) GetOrderOk() (*WidgetSort, bool)` | ||
|
||
GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetOrder | ||
|
||
`func (o *WidgetFieldSort) SetOrder(v WidgetSort)` | ||
|
||
SetOrder sets Order field to given value. | ||
|
||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# WidgetMessageDisplay | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
Oops, something went wrong.