-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit b8f0eb7 of spec repo (#1333)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4663b51
commit fb4ce2b
Showing
15 changed files
with
192 additions
and
234 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,53 @@ | ||
# IncidentResponseMeta | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
| -------------- | ---------------------------------------------------------------------------------- | ----------- | ---------- | | ||
| **Pagination** | Pointer to [**IncidentResponseMetaPagination**](IncidentResponseMetaPagination.md) | | [optional] | | ||
|
||
## Methods | ||
|
||
### NewIncidentResponseMeta | ||
|
||
`func NewIncidentResponseMeta() *IncidentResponseMeta` | ||
|
||
NewIncidentResponseMeta instantiates a new IncidentResponseMeta 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. | ||
|
||
### NewIncidentResponseMetaWithDefaults | ||
|
||
`func NewIncidentResponseMetaWithDefaults() *IncidentResponseMeta` | ||
|
||
NewIncidentResponseMetaWithDefaults instantiates a new IncidentResponseMeta 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. | ||
|
||
### GetPagination | ||
|
||
`func (o *IncidentResponseMeta) GetPagination() IncidentResponseMetaPagination` | ||
|
||
GetPagination returns the Pagination field if non-nil, zero value otherwise. | ||
|
||
### GetPaginationOk | ||
|
||
`func (o *IncidentResponseMeta) GetPaginationOk() (*IncidentResponseMetaPagination, bool)` | ||
|
||
GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise | ||
and a boolean to check if the value has been set. | ||
|
||
### SetPagination | ||
|
||
`func (o *IncidentResponseMeta) SetPagination(v IncidentResponseMetaPagination)` | ||
|
||
SetPagination sets Pagination field to given value. | ||
|
||
### HasPagination | ||
|
||
`func (o *IncidentResponseMeta) HasPagination() bool` | ||
|
||
HasPagination returns a boolean if a field has been set. | ||
|
||
[[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
Oops, something went wrong.