mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: adding taints, labels and annotations to terraform provider and ui all implementing the SDK
This commit is contained in:
@@ -19,13 +19,10 @@ var _ MappedNullable = &DtoPageJob{}
|
||||
|
||||
// DtoPageJob struct for DtoPageJob
|
||||
type DtoPageJob struct {
|
||||
Items []DtoJob `json:"items,omitempty"`
|
||||
// example: 1
|
||||
Page *int32 `json:"page,omitempty"`
|
||||
// example: 25
|
||||
PageSize *int32 `json:"page_size,omitempty"`
|
||||
// example: 120
|
||||
Total *int32 `json:"total,omitempty"`
|
||||
Items []DtoJob `json:"items,omitempty"`
|
||||
Page *int32 `json:"page,omitempty"`
|
||||
PageSize *int32 `json:"page_size,omitempty"`
|
||||
Total *int32 `json:"total,omitempty"`
|
||||
}
|
||||
|
||||
// NewDtoPageJob instantiates a new DtoPageJob object
|
||||
|
||||
Reference in New Issue
Block a user