Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type ApiApiMaestroV1ConsumersGetRequest
- func (r ApiApiMaestroV1ConsumersGetRequest) Execute() (*ConsumerList, *http.Response, error)
- func (r ApiApiMaestroV1ConsumersGetRequest) Fields(fields string) ApiApiMaestroV1ConsumersGetRequest
- func (r ApiApiMaestroV1ConsumersGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ConsumersGetRequest
- func (r ApiApiMaestroV1ConsumersGetRequest) Page(page int32) ApiApiMaestroV1ConsumersGetRequest
- func (r ApiApiMaestroV1ConsumersGetRequest) Search(search string) ApiApiMaestroV1ConsumersGetRequest
- func (r ApiApiMaestroV1ConsumersGetRequest) Size(size int32) ApiApiMaestroV1ConsumersGetRequest
- type ApiApiMaestroV1ConsumersIdDeleteRequest
- type ApiApiMaestroV1ConsumersIdGetRequest
- type ApiApiMaestroV1ConsumersIdPatchRequest
- type ApiApiMaestroV1ConsumersPostRequest
- type ApiApiMaestroV1ResourceBundlesGetRequest
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) Execute() (*ResourceBundleList, *http.Response, error)
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) Fields(fields string) ApiApiMaestroV1ResourceBundlesGetRequest
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ResourceBundlesGetRequest
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) Page(page int32) ApiApiMaestroV1ResourceBundlesGetRequest
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) Search(search string) ApiApiMaestroV1ResourceBundlesGetRequest
- func (r ApiApiMaestroV1ResourceBundlesGetRequest) Size(size int32) ApiApiMaestroV1ResourceBundlesGetRequest
- type ApiApiMaestroV1ResourceBundlesIdGetRequest
- type ApiApiMaestroV1ResourcesGetRequest
- func (r ApiApiMaestroV1ResourcesGetRequest) Execute() (*ResourceList, *http.Response, error)
- func (r ApiApiMaestroV1ResourcesGetRequest) Fields(fields string) ApiApiMaestroV1ResourcesGetRequest
- func (r ApiApiMaestroV1ResourcesGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ResourcesGetRequest
- func (r ApiApiMaestroV1ResourcesGetRequest) Page(page int32) ApiApiMaestroV1ResourcesGetRequest
- func (r ApiApiMaestroV1ResourcesGetRequest) Search(search string) ApiApiMaestroV1ResourcesGetRequest
- func (r ApiApiMaestroV1ResourcesGetRequest) Size(size int32) ApiApiMaestroV1ResourcesGetRequest
- type ApiApiMaestroV1ResourcesIdDeleteRequest
- type ApiApiMaestroV1ResourcesIdGetRequest
- type ApiApiMaestroV1ResourcesIdPatchRequest
- type ApiApiMaestroV1ResourcesPostRequest
- type BasicAuth
- type Configuration
- type Consumer
- func (o *Consumer) GetCreatedAt() time.Time
- func (o *Consumer) GetCreatedAtOk() (*time.Time, bool)
- func (o *Consumer) GetHref() string
- func (o *Consumer) GetHrefOk() (*string, bool)
- func (o *Consumer) GetId() string
- func (o *Consumer) GetIdOk() (*string, bool)
- func (o *Consumer) GetKind() string
- func (o *Consumer) GetKindOk() (*string, bool)
- func (o *Consumer) GetLabels() map[string]string
- func (o *Consumer) GetLabelsOk() (*map[string]string, bool)
- func (o *Consumer) GetName() string
- func (o *Consumer) GetNameOk() (*string, bool)
- func (o *Consumer) GetUpdatedAt() time.Time
- func (o *Consumer) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Consumer) HasCreatedAt() bool
- func (o *Consumer) HasHref() bool
- func (o *Consumer) HasId() bool
- func (o *Consumer) HasKind() bool
- func (o *Consumer) HasLabels() bool
- func (o *Consumer) HasName() bool
- func (o *Consumer) HasUpdatedAt() bool
- func (o Consumer) MarshalJSON() ([]byte, error)
- func (o *Consumer) SetCreatedAt(v time.Time)
- func (o *Consumer) SetHref(v string)
- func (o *Consumer) SetId(v string)
- func (o *Consumer) SetKind(v string)
- func (o *Consumer) SetLabels(v map[string]string)
- func (o *Consumer) SetName(v string)
- func (o *Consumer) SetUpdatedAt(v time.Time)
- func (o Consumer) ToMap() (map[string]interface{}, error)
- type ConsumerAllOf
- func (o *ConsumerAllOf) GetCreatedAt() time.Time
- func (o *ConsumerAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ConsumerAllOf) GetLabels() map[string]string
- func (o *ConsumerAllOf) GetLabelsOk() (*map[string]string, bool)
- func (o *ConsumerAllOf) GetName() string
- func (o *ConsumerAllOf) GetNameOk() (*string, bool)
- func (o *ConsumerAllOf) GetUpdatedAt() time.Time
- func (o *ConsumerAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ConsumerAllOf) HasCreatedAt() bool
- func (o *ConsumerAllOf) HasLabels() bool
- func (o *ConsumerAllOf) HasName() bool
- func (o *ConsumerAllOf) HasUpdatedAt() bool
- func (o ConsumerAllOf) MarshalJSON() ([]byte, error)
- func (o *ConsumerAllOf) SetCreatedAt(v time.Time)
- func (o *ConsumerAllOf) SetLabels(v map[string]string)
- func (o *ConsumerAllOf) SetName(v string)
- func (o *ConsumerAllOf) SetUpdatedAt(v time.Time)
- func (o ConsumerAllOf) ToMap() (map[string]interface{}, error)
- type ConsumerList
- func (o *ConsumerList) GetItems() []Consumer
- func (o *ConsumerList) GetItemsOk() ([]Consumer, bool)
- func (o *ConsumerList) GetKind() string
- func (o *ConsumerList) GetKindOk() (*string, bool)
- func (o *ConsumerList) GetPage() int32
- func (o *ConsumerList) GetPageOk() (*int32, bool)
- func (o *ConsumerList) GetSize() int32
- func (o *ConsumerList) GetSizeOk() (*int32, bool)
- func (o *ConsumerList) GetTotal() int32
- func (o *ConsumerList) GetTotalOk() (*int32, bool)
- func (o ConsumerList) MarshalJSON() ([]byte, error)
- func (o *ConsumerList) SetItems(v []Consumer)
- func (o *ConsumerList) SetKind(v string)
- func (o *ConsumerList) SetPage(v int32)
- func (o *ConsumerList) SetSize(v int32)
- func (o *ConsumerList) SetTotal(v int32)
- func (o ConsumerList) ToMap() (map[string]interface{}, error)
- type ConsumerListAllOf
- func (o *ConsumerListAllOf) GetItems() []Consumer
- func (o *ConsumerListAllOf) GetItemsOk() ([]Consumer, bool)
- func (o *ConsumerListAllOf) HasItems() bool
- func (o ConsumerListAllOf) MarshalJSON() ([]byte, error)
- func (o *ConsumerListAllOf) SetItems(v []Consumer)
- func (o ConsumerListAllOf) ToMap() (map[string]interface{}, error)
- type ConsumerPatchRequest
- func (o *ConsumerPatchRequest) GetLabels() map[string]string
- func (o *ConsumerPatchRequest) GetLabelsOk() (*map[string]string, bool)
- func (o *ConsumerPatchRequest) HasLabels() bool
- func (o ConsumerPatchRequest) MarshalJSON() ([]byte, error)
- func (o *ConsumerPatchRequest) SetLabels(v map[string]string)
- func (o ConsumerPatchRequest) ToMap() (map[string]interface{}, error)
- type DefaultApiService
- func (a *DefaultApiService) ApiMaestroV1ConsumersGet(ctx context.Context) ApiApiMaestroV1ConsumersGetRequest
- func (a *DefaultApiService) ApiMaestroV1ConsumersGetExecute(r ApiApiMaestroV1ConsumersGetRequest) (*ConsumerList, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdDelete(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdDeleteRequest
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdDeleteExecute(r ApiApiMaestroV1ConsumersIdDeleteRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdGet(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdGetRequest
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdGetExecute(r ApiApiMaestroV1ConsumersIdGetRequest) (*Consumer, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdPatch(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdPatchRequest
- func (a *DefaultApiService) ApiMaestroV1ConsumersIdPatchExecute(r ApiApiMaestroV1ConsumersIdPatchRequest) (*Consumer, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ConsumersPost(ctx context.Context) ApiApiMaestroV1ConsumersPostRequest
- func (a *DefaultApiService) ApiMaestroV1ConsumersPostExecute(r ApiApiMaestroV1ConsumersPostRequest) (*Consumer, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourceBundlesGet(ctx context.Context) ApiApiMaestroV1ResourceBundlesGetRequest
- func (a *DefaultApiService) ApiMaestroV1ResourceBundlesGetExecute(r ApiApiMaestroV1ResourceBundlesGetRequest) (*ResourceBundleList, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourceBundlesIdGet(ctx context.Context, id string) ApiApiMaestroV1ResourceBundlesIdGetRequest
- func (a *DefaultApiService) ApiMaestroV1ResourceBundlesIdGetExecute(r ApiApiMaestroV1ResourceBundlesIdGetRequest) (*ResourceBundle, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourcesGet(ctx context.Context) ApiApiMaestroV1ResourcesGetRequest
- func (a *DefaultApiService) ApiMaestroV1ResourcesGetExecute(r ApiApiMaestroV1ResourcesGetRequest) (*ResourceList, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdDelete(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdDeleteRequest
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdDeleteExecute(r ApiApiMaestroV1ResourcesIdDeleteRequest) (*http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdGet(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdGetRequest
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdGetExecute(r ApiApiMaestroV1ResourcesIdGetRequest) (*Resource, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdPatch(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdPatchRequest
- func (a *DefaultApiService) ApiMaestroV1ResourcesIdPatchExecute(r ApiApiMaestroV1ResourcesIdPatchRequest) (*Resource, *http.Response, error)
- func (a *DefaultApiService) ApiMaestroV1ResourcesPost(ctx context.Context) ApiApiMaestroV1ResourcesPostRequest
- func (a *DefaultApiService) ApiMaestroV1ResourcesPostExecute(r ApiApiMaestroV1ResourcesPostRequest) (*Resource, *http.Response, error)
- type Error
- func (o *Error) GetCode() string
- func (o *Error) GetCodeOk() (*string, bool)
- func (o *Error) GetHref() string
- func (o *Error) GetHrefOk() (*string, bool)
- func (o *Error) GetId() string
- func (o *Error) GetIdOk() (*string, bool)
- func (o *Error) GetKind() string
- func (o *Error) GetKindOk() (*string, bool)
- func (o *Error) GetOperationId() string
- func (o *Error) GetOperationIdOk() (*string, bool)
- func (o *Error) GetReason() string
- func (o *Error) GetReasonOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasHref() bool
- func (o *Error) HasId() bool
- func (o *Error) HasKind() bool
- func (o *Error) HasOperationId() bool
- func (o *Error) HasReason() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v string)
- func (o *Error) SetHref(v string)
- func (o *Error) SetId(v string)
- func (o *Error) SetKind(v string)
- func (o *Error) SetOperationId(v string)
- func (o *Error) SetReason(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- type ErrorAllOf
- func (o *ErrorAllOf) GetCode() string
- func (o *ErrorAllOf) GetCodeOk() (*string, bool)
- func (o *ErrorAllOf) GetOperationId() string
- func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
- func (o *ErrorAllOf) GetReason() string
- func (o *ErrorAllOf) GetReasonOk() (*string, bool)
- func (o *ErrorAllOf) HasCode() bool
- func (o *ErrorAllOf) HasOperationId() bool
- func (o *ErrorAllOf) HasReason() bool
- func (o ErrorAllOf) MarshalJSON() ([]byte, error)
- func (o *ErrorAllOf) SetCode(v string)
- func (o *ErrorAllOf) SetOperationId(v string)
- func (o *ErrorAllOf) SetReason(v string)
- func (o ErrorAllOf) ToMap() (map[string]interface{}, error)
- type ErrorList
- func (o *ErrorList) GetItems() []Error
- func (o *ErrorList) GetItemsOk() ([]Error, bool)
- func (o *ErrorList) GetKind() string
- func (o *ErrorList) GetKindOk() (*string, bool)
- func (o *ErrorList) GetPage() int32
- func (o *ErrorList) GetPageOk() (*int32, bool)
- func (o *ErrorList) GetSize() int32
- func (o *ErrorList) GetSizeOk() (*int32, bool)
- func (o *ErrorList) GetTotal() int32
- func (o *ErrorList) GetTotalOk() (*int32, bool)
- func (o ErrorList) MarshalJSON() ([]byte, error)
- func (o *ErrorList) SetItems(v []Error)
- func (o *ErrorList) SetKind(v string)
- func (o *ErrorList) SetPage(v int32)
- func (o *ErrorList) SetSize(v int32)
- func (o *ErrorList) SetTotal(v int32)
- func (o ErrorList) ToMap() (map[string]interface{}, error)
- type ErrorListAllOf
- func (o *ErrorListAllOf) GetItems() []Error
- func (o *ErrorListAllOf) GetItemsOk() ([]Error, bool)
- func (o *ErrorListAllOf) HasItems() bool
- func (o ErrorListAllOf) MarshalJSON() ([]byte, error)
- func (o *ErrorListAllOf) SetItems(v []Error)
- func (o ErrorListAllOf) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type List
- func (o *List) GetKind() string
- func (o *List) GetKindOk() (*string, bool)
- func (o *List) GetPage() int32
- func (o *List) GetPageOk() (*int32, bool)
- func (o *List) GetSize() int32
- func (o *List) GetSizeOk() (*int32, bool)
- func (o *List) GetTotal() int32
- func (o *List) GetTotalOk() (*int32, bool)
- func (o List) MarshalJSON() ([]byte, error)
- func (o *List) SetKind(v string)
- func (o *List) SetPage(v int32)
- func (o *List) SetSize(v int32)
- func (o *List) SetTotal(v int32)
- func (o List) ToMap() (map[string]interface{}, error)
- type MappedNullable
- type NullableBool
- type NullableConsumer
- type NullableConsumerAllOf
- func (v NullableConsumerAllOf) Get() *ConsumerAllOf
- func (v NullableConsumerAllOf) IsSet() bool
- func (v NullableConsumerAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerAllOf) Set(val *ConsumerAllOf)
- func (v *NullableConsumerAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerAllOf) Unset()
- type NullableConsumerList
- func (v NullableConsumerList) Get() *ConsumerList
- func (v NullableConsumerList) IsSet() bool
- func (v NullableConsumerList) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerList) Set(val *ConsumerList)
- func (v *NullableConsumerList) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerList) Unset()
- type NullableConsumerListAllOf
- func (v NullableConsumerListAllOf) Get() *ConsumerListAllOf
- func (v NullableConsumerListAllOf) IsSet() bool
- func (v NullableConsumerListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerListAllOf) Set(val *ConsumerListAllOf)
- func (v *NullableConsumerListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerListAllOf) Unset()
- type NullableConsumerPatchRequest
- func (v NullableConsumerPatchRequest) Get() *ConsumerPatchRequest
- func (v NullableConsumerPatchRequest) IsSet() bool
- func (v NullableConsumerPatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableConsumerPatchRequest) Set(val *ConsumerPatchRequest)
- func (v *NullableConsumerPatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableConsumerPatchRequest) Unset()
- type NullableError
- type NullableErrorAllOf
- type NullableErrorList
- type NullableErrorListAllOf
- func (v NullableErrorListAllOf) Get() *ErrorListAllOf
- func (v NullableErrorListAllOf) IsSet() bool
- func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
- func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableErrorListAllOf) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableList
- type NullableObjectReference
- func (v NullableObjectReference) Get() *ObjectReference
- func (v NullableObjectReference) IsSet() bool
- func (v NullableObjectReference) MarshalJSON() ([]byte, error)
- func (v *NullableObjectReference) Set(val *ObjectReference)
- func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
- func (v *NullableObjectReference) Unset()
- type NullableResource
- type NullableResourceAllOf
- func (v NullableResourceAllOf) Get() *ResourceAllOf
- func (v NullableResourceAllOf) IsSet() bool
- func (v NullableResourceAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceAllOf) Set(val *ResourceAllOf)
- func (v *NullableResourceAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceAllOf) Unset()
- type NullableResourceBundle
- func (v NullableResourceBundle) Get() *ResourceBundle
- func (v NullableResourceBundle) IsSet() bool
- func (v NullableResourceBundle) MarshalJSON() ([]byte, error)
- func (v *NullableResourceBundle) Set(val *ResourceBundle)
- func (v *NullableResourceBundle) UnmarshalJSON(src []byte) error
- func (v *NullableResourceBundle) Unset()
- type NullableResourceBundleAllOf
- func (v NullableResourceBundleAllOf) Get() *ResourceBundleAllOf
- func (v NullableResourceBundleAllOf) IsSet() bool
- func (v NullableResourceBundleAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceBundleAllOf) Set(val *ResourceBundleAllOf)
- func (v *NullableResourceBundleAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceBundleAllOf) Unset()
- type NullableResourceBundleList
- func (v NullableResourceBundleList) Get() *ResourceBundleList
- func (v NullableResourceBundleList) IsSet() bool
- func (v NullableResourceBundleList) MarshalJSON() ([]byte, error)
- func (v *NullableResourceBundleList) Set(val *ResourceBundleList)
- func (v *NullableResourceBundleList) UnmarshalJSON(src []byte) error
- func (v *NullableResourceBundleList) Unset()
- type NullableResourceBundleListAllOf
- func (v NullableResourceBundleListAllOf) Get() *ResourceBundleListAllOf
- func (v NullableResourceBundleListAllOf) IsSet() bool
- func (v NullableResourceBundleListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceBundleListAllOf) Set(val *ResourceBundleListAllOf)
- func (v *NullableResourceBundleListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceBundleListAllOf) Unset()
- type NullableResourceList
- func (v NullableResourceList) Get() *ResourceList
- func (v NullableResourceList) IsSet() bool
- func (v NullableResourceList) MarshalJSON() ([]byte, error)
- func (v *NullableResourceList) Set(val *ResourceList)
- func (v *NullableResourceList) UnmarshalJSON(src []byte) error
- func (v *NullableResourceList) Unset()
- type NullableResourceListAllOf
- func (v NullableResourceListAllOf) Get() *ResourceListAllOf
- func (v NullableResourceListAllOf) IsSet() bool
- func (v NullableResourceListAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableResourceListAllOf) Set(val *ResourceListAllOf)
- func (v *NullableResourceListAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableResourceListAllOf) Unset()
- type NullableResourcePatchRequest
- func (v NullableResourcePatchRequest) Get() *ResourcePatchRequest
- func (v NullableResourcePatchRequest) IsSet() bool
- func (v NullableResourcePatchRequest) MarshalJSON() ([]byte, error)
- func (v *NullableResourcePatchRequest) Set(val *ResourcePatchRequest)
- func (v *NullableResourcePatchRequest) UnmarshalJSON(src []byte) error
- func (v *NullableResourcePatchRequest) Unset()
- type NullableString
- type NullableTime
- type ObjectReference
- func (o *ObjectReference) GetHref() string
- func (o *ObjectReference) GetHrefOk() (*string, bool)
- func (o *ObjectReference) GetId() string
- func (o *ObjectReference) GetIdOk() (*string, bool)
- func (o *ObjectReference) GetKind() string
- func (o *ObjectReference) GetKindOk() (*string, bool)
- func (o *ObjectReference) HasHref() bool
- func (o *ObjectReference) HasId() bool
- func (o *ObjectReference) HasKind() bool
- func (o ObjectReference) MarshalJSON() ([]byte, error)
- func (o *ObjectReference) SetHref(v string)
- func (o *ObjectReference) SetId(v string)
- func (o *ObjectReference) SetKind(v string)
- func (o ObjectReference) ToMap() (map[string]interface{}, error)
- type Resource
- func (o *Resource) GetConsumerName() string
- func (o *Resource) GetConsumerNameOk() (*string, bool)
- func (o *Resource) GetCreatedAt() time.Time
- func (o *Resource) GetCreatedAtOk() (*time.Time, bool)
- func (o *Resource) GetDeleteOption() map[string]interface{}
- func (o *Resource) GetDeleteOptionOk() (map[string]interface{}, bool)
- func (o *Resource) GetDeletedAt() time.Time
- func (o *Resource) GetDeletedAtOk() (*time.Time, bool)
- func (o *Resource) GetHref() string
- func (o *Resource) GetHrefOk() (*string, bool)
- func (o *Resource) GetId() string
- func (o *Resource) GetIdOk() (*string, bool)
- func (o *Resource) GetKind() string
- func (o *Resource) GetKindOk() (*string, bool)
- func (o *Resource) GetManifest() map[string]interface{}
- func (o *Resource) GetManifestOk() (map[string]interface{}, bool)
- func (o *Resource) GetName() string
- func (o *Resource) GetNameOk() (*string, bool)
- func (o *Resource) GetStatus() map[string]interface{}
- func (o *Resource) GetStatusOk() (map[string]interface{}, bool)
- func (o *Resource) GetUpdateStrategy() map[string]interface{}
- func (o *Resource) GetUpdateStrategyOk() (map[string]interface{}, bool)
- func (o *Resource) GetUpdatedAt() time.Time
- func (o *Resource) GetUpdatedAtOk() (*time.Time, bool)
- func (o *Resource) GetVersion() int32
- func (o *Resource) GetVersionOk() (*int32, bool)
- func (o *Resource) HasConsumerName() bool
- func (o *Resource) HasCreatedAt() bool
- func (o *Resource) HasDeleteOption() bool
- func (o *Resource) HasDeletedAt() bool
- func (o *Resource) HasHref() bool
- func (o *Resource) HasId() bool
- func (o *Resource) HasKind() bool
- func (o *Resource) HasManifest() bool
- func (o *Resource) HasName() bool
- func (o *Resource) HasStatus() bool
- func (o *Resource) HasUpdateStrategy() bool
- func (o *Resource) HasUpdatedAt() bool
- func (o *Resource) HasVersion() bool
- func (o Resource) MarshalJSON() ([]byte, error)
- func (o *Resource) SetConsumerName(v string)
- func (o *Resource) SetCreatedAt(v time.Time)
- func (o *Resource) SetDeleteOption(v map[string]interface{})
- func (o *Resource) SetDeletedAt(v time.Time)
- func (o *Resource) SetHref(v string)
- func (o *Resource) SetId(v string)
- func (o *Resource) SetKind(v string)
- func (o *Resource) SetManifest(v map[string]interface{})
- func (o *Resource) SetName(v string)
- func (o *Resource) SetStatus(v map[string]interface{})
- func (o *Resource) SetUpdateStrategy(v map[string]interface{})
- func (o *Resource) SetUpdatedAt(v time.Time)
- func (o *Resource) SetVersion(v int32)
- func (o Resource) ToMap() (map[string]interface{}, error)
- type ResourceAllOf
- func (o *ResourceAllOf) GetConsumerName() string
- func (o *ResourceAllOf) GetConsumerNameOk() (*string, bool)
- func (o *ResourceAllOf) GetCreatedAt() time.Time
- func (o *ResourceAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceAllOf) GetDeleteOption() map[string]interface{}
- func (o *ResourceAllOf) GetDeleteOptionOk() (map[string]interface{}, bool)
- func (o *ResourceAllOf) GetDeletedAt() time.Time
- func (o *ResourceAllOf) GetDeletedAtOk() (*time.Time, bool)
- func (o *ResourceAllOf) GetManifest() map[string]interface{}
- func (o *ResourceAllOf) GetManifestOk() (map[string]interface{}, bool)
- func (o *ResourceAllOf) GetName() string
- func (o *ResourceAllOf) GetNameOk() (*string, bool)
- func (o *ResourceAllOf) GetStatus() map[string]interface{}
- func (o *ResourceAllOf) GetStatusOk() (map[string]interface{}, bool)
- func (o *ResourceAllOf) GetUpdateStrategy() map[string]interface{}
- func (o *ResourceAllOf) GetUpdateStrategyOk() (map[string]interface{}, bool)
- func (o *ResourceAllOf) GetUpdatedAt() time.Time
- func (o *ResourceAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceAllOf) GetVersion() int32
- func (o *ResourceAllOf) GetVersionOk() (*int32, bool)
- func (o *ResourceAllOf) HasConsumerName() bool
- func (o *ResourceAllOf) HasCreatedAt() bool
- func (o *ResourceAllOf) HasDeleteOption() bool
- func (o *ResourceAllOf) HasDeletedAt() bool
- func (o *ResourceAllOf) HasManifest() bool
- func (o *ResourceAllOf) HasName() bool
- func (o *ResourceAllOf) HasStatus() bool
- func (o *ResourceAllOf) HasUpdateStrategy() bool
- func (o *ResourceAllOf) HasUpdatedAt() bool
- func (o *ResourceAllOf) HasVersion() bool
- func (o ResourceAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceAllOf) SetConsumerName(v string)
- func (o *ResourceAllOf) SetCreatedAt(v time.Time)
- func (o *ResourceAllOf) SetDeleteOption(v map[string]interface{})
- func (o *ResourceAllOf) SetDeletedAt(v time.Time)
- func (o *ResourceAllOf) SetManifest(v map[string]interface{})
- func (o *ResourceAllOf) SetName(v string)
- func (o *ResourceAllOf) SetStatus(v map[string]interface{})
- func (o *ResourceAllOf) SetUpdateStrategy(v map[string]interface{})
- func (o *ResourceAllOf) SetUpdatedAt(v time.Time)
- func (o *ResourceAllOf) SetVersion(v int32)
- func (o ResourceAllOf) ToMap() (map[string]interface{}, error)
- type ResourceBundle
- func (o *ResourceBundle) GetConsumerName() string
- func (o *ResourceBundle) GetConsumerNameOk() (*string, bool)
- func (o *ResourceBundle) GetCreatedAt() time.Time
- func (o *ResourceBundle) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceBundle) GetDeleteOption() map[string]interface{}
- func (o *ResourceBundle) GetDeleteOptionOk() (map[string]interface{}, bool)
- func (o *ResourceBundle) GetDeletedAt() time.Time
- func (o *ResourceBundle) GetDeletedAtOk() (*time.Time, bool)
- func (o *ResourceBundle) GetHref() string
- func (o *ResourceBundle) GetHrefOk() (*string, bool)
- func (o *ResourceBundle) GetId() string
- func (o *ResourceBundle) GetIdOk() (*string, bool)
- func (o *ResourceBundle) GetKind() string
- func (o *ResourceBundle) GetKindOk() (*string, bool)
- func (o *ResourceBundle) GetManifestConfigs() []map[string]interface{}
- func (o *ResourceBundle) GetManifestConfigsOk() ([]map[string]interface{}, bool)
- func (o *ResourceBundle) GetManifests() []map[string]interface{}
- func (o *ResourceBundle) GetManifestsOk() ([]map[string]interface{}, bool)
- func (o *ResourceBundle) GetMetadata() map[string]interface{}
- func (o *ResourceBundle) GetMetadataOk() (map[string]interface{}, bool)
- func (o *ResourceBundle) GetName() string
- func (o *ResourceBundle) GetNameOk() (*string, bool)
- func (o *ResourceBundle) GetStatus() map[string]interface{}
- func (o *ResourceBundle) GetStatusOk() (map[string]interface{}, bool)
- func (o *ResourceBundle) GetUpdatedAt() time.Time
- func (o *ResourceBundle) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceBundle) GetVersion() int32
- func (o *ResourceBundle) GetVersionOk() (*int32, bool)
- func (o *ResourceBundle) HasConsumerName() bool
- func (o *ResourceBundle) HasCreatedAt() bool
- func (o *ResourceBundle) HasDeleteOption() bool
- func (o *ResourceBundle) HasDeletedAt() bool
- func (o *ResourceBundle) HasHref() bool
- func (o *ResourceBundle) HasId() bool
- func (o *ResourceBundle) HasKind() bool
- func (o *ResourceBundle) HasManifestConfigs() bool
- func (o *ResourceBundle) HasManifests() bool
- func (o *ResourceBundle) HasMetadata() bool
- func (o *ResourceBundle) HasName() bool
- func (o *ResourceBundle) HasStatus() bool
- func (o *ResourceBundle) HasUpdatedAt() bool
- func (o *ResourceBundle) HasVersion() bool
- func (o ResourceBundle) MarshalJSON() ([]byte, error)
- func (o *ResourceBundle) SetConsumerName(v string)
- func (o *ResourceBundle) SetCreatedAt(v time.Time)
- func (o *ResourceBundle) SetDeleteOption(v map[string]interface{})
- func (o *ResourceBundle) SetDeletedAt(v time.Time)
- func (o *ResourceBundle) SetHref(v string)
- func (o *ResourceBundle) SetId(v string)
- func (o *ResourceBundle) SetKind(v string)
- func (o *ResourceBundle) SetManifestConfigs(v []map[string]interface{})
- func (o *ResourceBundle) SetManifests(v []map[string]interface{})
- func (o *ResourceBundle) SetMetadata(v map[string]interface{})
- func (o *ResourceBundle) SetName(v string)
- func (o *ResourceBundle) SetStatus(v map[string]interface{})
- func (o *ResourceBundle) SetUpdatedAt(v time.Time)
- func (o *ResourceBundle) SetVersion(v int32)
- func (o ResourceBundle) ToMap() (map[string]interface{}, error)
- type ResourceBundleAllOf
- func (o *ResourceBundleAllOf) GetConsumerName() string
- func (o *ResourceBundleAllOf) GetConsumerNameOk() (*string, bool)
- func (o *ResourceBundleAllOf) GetCreatedAt() time.Time
- func (o *ResourceBundleAllOf) GetCreatedAtOk() (*time.Time, bool)
- func (o *ResourceBundleAllOf) GetDeleteOption() map[string]interface{}
- func (o *ResourceBundleAllOf) GetDeleteOptionOk() (map[string]interface{}, bool)
- func (o *ResourceBundleAllOf) GetDeletedAt() time.Time
- func (o *ResourceBundleAllOf) GetDeletedAtOk() (*time.Time, bool)
- func (o *ResourceBundleAllOf) GetManifestConfigs() []map[string]interface{}
- func (o *ResourceBundleAllOf) GetManifestConfigsOk() ([]map[string]interface{}, bool)
- func (o *ResourceBundleAllOf) GetManifests() []map[string]interface{}
- func (o *ResourceBundleAllOf) GetManifestsOk() ([]map[string]interface{}, bool)
- func (o *ResourceBundleAllOf) GetMetadata() map[string]interface{}
- func (o *ResourceBundleAllOf) GetMetadataOk() (map[string]interface{}, bool)
- func (o *ResourceBundleAllOf) GetName() string
- func (o *ResourceBundleAllOf) GetNameOk() (*string, bool)
- func (o *ResourceBundleAllOf) GetStatus() map[string]interface{}
- func (o *ResourceBundleAllOf) GetStatusOk() (map[string]interface{}, bool)
- func (o *ResourceBundleAllOf) GetUpdatedAt() time.Time
- func (o *ResourceBundleAllOf) GetUpdatedAtOk() (*time.Time, bool)
- func (o *ResourceBundleAllOf) GetVersion() int32
- func (o *ResourceBundleAllOf) GetVersionOk() (*int32, bool)
- func (o *ResourceBundleAllOf) HasConsumerName() bool
- func (o *ResourceBundleAllOf) HasCreatedAt() bool
- func (o *ResourceBundleAllOf) HasDeleteOption() bool
- func (o *ResourceBundleAllOf) HasDeletedAt() bool
- func (o *ResourceBundleAllOf) HasManifestConfigs() bool
- func (o *ResourceBundleAllOf) HasManifests() bool
- func (o *ResourceBundleAllOf) HasMetadata() bool
- func (o *ResourceBundleAllOf) HasName() bool
- func (o *ResourceBundleAllOf) HasStatus() bool
- func (o *ResourceBundleAllOf) HasUpdatedAt() bool
- func (o *ResourceBundleAllOf) HasVersion() bool
- func (o ResourceBundleAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceBundleAllOf) SetConsumerName(v string)
- func (o *ResourceBundleAllOf) SetCreatedAt(v time.Time)
- func (o *ResourceBundleAllOf) SetDeleteOption(v map[string]interface{})
- func (o *ResourceBundleAllOf) SetDeletedAt(v time.Time)
- func (o *ResourceBundleAllOf) SetManifestConfigs(v []map[string]interface{})
- func (o *ResourceBundleAllOf) SetManifests(v []map[string]interface{})
- func (o *ResourceBundleAllOf) SetMetadata(v map[string]interface{})
- func (o *ResourceBundleAllOf) SetName(v string)
- func (o *ResourceBundleAllOf) SetStatus(v map[string]interface{})
- func (o *ResourceBundleAllOf) SetUpdatedAt(v time.Time)
- func (o *ResourceBundleAllOf) SetVersion(v int32)
- func (o ResourceBundleAllOf) ToMap() (map[string]interface{}, error)
- type ResourceBundleList
- func (o *ResourceBundleList) GetItems() []ResourceBundle
- func (o *ResourceBundleList) GetItemsOk() ([]ResourceBundle, bool)
- func (o *ResourceBundleList) GetKind() string
- func (o *ResourceBundleList) GetKindOk() (*string, bool)
- func (o *ResourceBundleList) GetPage() int32
- func (o *ResourceBundleList) GetPageOk() (*int32, bool)
- func (o *ResourceBundleList) GetSize() int32
- func (o *ResourceBundleList) GetSizeOk() (*int32, bool)
- func (o *ResourceBundleList) GetTotal() int32
- func (o *ResourceBundleList) GetTotalOk() (*int32, bool)
- func (o ResourceBundleList) MarshalJSON() ([]byte, error)
- func (o *ResourceBundleList) SetItems(v []ResourceBundle)
- func (o *ResourceBundleList) SetKind(v string)
- func (o *ResourceBundleList) SetPage(v int32)
- func (o *ResourceBundleList) SetSize(v int32)
- func (o *ResourceBundleList) SetTotal(v int32)
- func (o ResourceBundleList) ToMap() (map[string]interface{}, error)
- type ResourceBundleListAllOf
- func (o *ResourceBundleListAllOf) GetItems() []ResourceBundle
- func (o *ResourceBundleListAllOf) GetItemsOk() ([]ResourceBundle, bool)
- func (o *ResourceBundleListAllOf) HasItems() bool
- func (o ResourceBundleListAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceBundleListAllOf) SetItems(v []ResourceBundle)
- func (o ResourceBundleListAllOf) ToMap() (map[string]interface{}, error)
- type ResourceList
- func (o *ResourceList) GetItems() []Resource
- func (o *ResourceList) GetItemsOk() ([]Resource, bool)
- func (o *ResourceList) GetKind() string
- func (o *ResourceList) GetKindOk() (*string, bool)
- func (o *ResourceList) GetPage() int32
- func (o *ResourceList) GetPageOk() (*int32, bool)
- func (o *ResourceList) GetSize() int32
- func (o *ResourceList) GetSizeOk() (*int32, bool)
- func (o *ResourceList) GetTotal() int32
- func (o *ResourceList) GetTotalOk() (*int32, bool)
- func (o ResourceList) MarshalJSON() ([]byte, error)
- func (o *ResourceList) SetItems(v []Resource)
- func (o *ResourceList) SetKind(v string)
- func (o *ResourceList) SetPage(v int32)
- func (o *ResourceList) SetSize(v int32)
- func (o *ResourceList) SetTotal(v int32)
- func (o ResourceList) ToMap() (map[string]interface{}, error)
- type ResourceListAllOf
- func (o *ResourceListAllOf) GetItems() []Resource
- func (o *ResourceListAllOf) GetItemsOk() ([]Resource, bool)
- func (o *ResourceListAllOf) HasItems() bool
- func (o ResourceListAllOf) MarshalJSON() ([]byte, error)
- func (o *ResourceListAllOf) SetItems(v []Resource)
- func (o ResourceListAllOf) ToMap() (map[string]interface{}, error)
- type ResourcePatchRequest
- func (o *ResourcePatchRequest) GetDeleteOption() map[string]interface{}
- func (o *ResourcePatchRequest) GetDeleteOptionOk() (map[string]interface{}, bool)
- func (o *ResourcePatchRequest) GetManifest() map[string]interface{}
- func (o *ResourcePatchRequest) GetManifestOk() (map[string]interface{}, bool)
- func (o *ResourcePatchRequest) GetUpdateStrategy() map[string]interface{}
- func (o *ResourcePatchRequest) GetUpdateStrategyOk() (map[string]interface{}, bool)
- func (o *ResourcePatchRequest) GetVersion() int32
- func (o *ResourcePatchRequest) GetVersionOk() (*int32, bool)
- func (o *ResourcePatchRequest) HasDeleteOption() bool
- func (o *ResourcePatchRequest) HasManifest() bool
- func (o *ResourcePatchRequest) HasUpdateStrategy() bool
- func (o *ResourcePatchRequest) HasVersion() bool
- func (o ResourcePatchRequest) MarshalJSON() ([]byte, error)
- func (o *ResourcePatchRequest) SetDeleteOption(v map[string]interface{})
- func (o *ResourcePatchRequest) SetManifest(v map[string]interface{})
- func (o *ResourcePatchRequest) SetUpdateStrategy(v map[string]interface{})
- func (o *ResourcePatchRequest) SetVersion(v int32)
- func (o ResourcePatchRequest) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { DefaultApi *DefaultApiService // contains filtered or unexported fields }
APIClient manages communication with the maestro Service API API v0.0.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type ApiApiMaestroV1ConsumersGetRequest ¶
type ApiApiMaestroV1ConsumersGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ConsumersGetRequest) Execute ¶
func (r ApiApiMaestroV1ConsumersGetRequest) Execute() (*ConsumerList, *http.Response, error)
func (ApiApiMaestroV1ConsumersGetRequest) Fields ¶
func (r ApiApiMaestroV1ConsumersGetRequest) Fields(fields string) ApiApiMaestroV1ConsumersGetRequest
Supplies a comma-separated list of fields to be returned. Fields of sub-structures and of arrays use <structure>.<field> notation. <stucture>.* means all field of a structure Example: For each Subscription to get id, href, plan(id and kind) and labels (all fields) ``` ocm get subscriptions --parameter fields=id,href,plan.id,plan.kind,labels.* --parameter fetchLabels=true ```
func (ApiApiMaestroV1ConsumersGetRequest) OrderBy ¶
func (r ApiApiMaestroV1ConsumersGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ConsumersGetRequest
Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement, but using the names of the json attributes / column of the account. For example, in order to retrieve all accounts ordered by username: ```sql username asc ``` Or in order to retrieve all accounts ordered by username _and_ first name: ```sql username asc, firstName asc ``` If the parameter isn't provided, or if the value is empty, then no explicit ordering will be applied.
func (ApiApiMaestroV1ConsumersGetRequest) Page ¶
func (r ApiApiMaestroV1ConsumersGetRequest) Page(page int32) ApiApiMaestroV1ConsumersGetRequest
Page number of record list when record list exceeds specified page size
func (ApiApiMaestroV1ConsumersGetRequest) Search ¶
func (r ApiApiMaestroV1ConsumersGetRequest) Search(search string) ApiApiMaestroV1ConsumersGetRequest
Specifies the search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement, using the names of the json attributes / column names of the account. For example, in order to retrieve all the accounts with a username starting with `my`: ```sql username like 'my%' ``` The search criteria can also be applied on related resource. For example, in order to retrieve all the subscriptions labeled by `foo=bar`, ```sql subscription_labels.key = 'foo' and subscription_labels.value = 'bar' ``` If the parameter isn't provided, or if the value is empty, then all the accounts that the user has permission to see will be returned.
func (ApiApiMaestroV1ConsumersGetRequest) Size ¶
func (r ApiApiMaestroV1ConsumersGetRequest) Size(size int32) ApiApiMaestroV1ConsumersGetRequest
Maximum number of records to return
type ApiApiMaestroV1ConsumersIdDeleteRequest ¶
type ApiApiMaestroV1ConsumersIdDeleteRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiApiMaestroV1ConsumersIdGetRequest ¶
type ApiApiMaestroV1ConsumersIdGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiApiMaestroV1ConsumersIdPatchRequest ¶
type ApiApiMaestroV1ConsumersIdPatchRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ConsumersIdPatchRequest) ConsumerPatchRequest ¶
func (r ApiApiMaestroV1ConsumersIdPatchRequest) ConsumerPatchRequest(consumerPatchRequest ConsumerPatchRequest) ApiApiMaestroV1ConsumersIdPatchRequest
Updated consumer data
type ApiApiMaestroV1ConsumersPostRequest ¶
type ApiApiMaestroV1ConsumersPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ConsumersPostRequest) Consumer ¶
func (r ApiApiMaestroV1ConsumersPostRequest) Consumer(consumer Consumer) ApiApiMaestroV1ConsumersPostRequest
Consumer data
type ApiApiMaestroV1ResourceBundlesGetRequest ¶
type ApiApiMaestroV1ResourceBundlesGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ResourceBundlesGetRequest) Execute ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) Execute() (*ResourceBundleList, *http.Response, error)
func (ApiApiMaestroV1ResourceBundlesGetRequest) Fields ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) Fields(fields string) ApiApiMaestroV1ResourceBundlesGetRequest
Supplies a comma-separated list of fields to be returned. Fields of sub-structures and of arrays use <structure>.<field> notation. <stucture>.* means all field of a structure Example: For each Subscription to get id, href, plan(id and kind) and labels (all fields) ``` ocm get subscriptions --parameter fields=id,href,plan.id,plan.kind,labels.* --parameter fetchLabels=true ```
func (ApiApiMaestroV1ResourceBundlesGetRequest) OrderBy ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ResourceBundlesGetRequest
Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement, but using the names of the json attributes / column of the account. For example, in order to retrieve all accounts ordered by username: ```sql username asc ``` Or in order to retrieve all accounts ordered by username _and_ first name: ```sql username asc, firstName asc ``` If the parameter isn't provided, or if the value is empty, then no explicit ordering will be applied.
func (ApiApiMaestroV1ResourceBundlesGetRequest) Page ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) Page(page int32) ApiApiMaestroV1ResourceBundlesGetRequest
Page number of record list when record list exceeds specified page size
func (ApiApiMaestroV1ResourceBundlesGetRequest) Search ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) Search(search string) ApiApiMaestroV1ResourceBundlesGetRequest
Specifies the search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement, using the names of the json attributes / column names of the account. For example, in order to retrieve all the accounts with a username starting with `my`: ```sql username like 'my%' ``` The search criteria can also be applied on related resource. For example, in order to retrieve all the subscriptions labeled by `foo=bar`, ```sql subscription_labels.key = 'foo' and subscription_labels.value = 'bar' ``` If the parameter isn't provided, or if the value is empty, then all the accounts that the user has permission to see will be returned.
func (ApiApiMaestroV1ResourceBundlesGetRequest) Size ¶
func (r ApiApiMaestroV1ResourceBundlesGetRequest) Size(size int32) ApiApiMaestroV1ResourceBundlesGetRequest
Maximum number of records to return
type ApiApiMaestroV1ResourceBundlesIdGetRequest ¶
type ApiApiMaestroV1ResourceBundlesIdGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ResourceBundlesIdGetRequest) Execute ¶
func (r ApiApiMaestroV1ResourceBundlesIdGetRequest) Execute() (*ResourceBundle, *http.Response, error)
type ApiApiMaestroV1ResourcesGetRequest ¶
type ApiApiMaestroV1ResourcesGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ResourcesGetRequest) Execute ¶
func (r ApiApiMaestroV1ResourcesGetRequest) Execute() (*ResourceList, *http.Response, error)
func (ApiApiMaestroV1ResourcesGetRequest) Fields ¶
func (r ApiApiMaestroV1ResourcesGetRequest) Fields(fields string) ApiApiMaestroV1ResourcesGetRequest
Supplies a comma-separated list of fields to be returned. Fields of sub-structures and of arrays use <structure>.<field> notation. <stucture>.* means all field of a structure Example: For each Subscription to get id, href, plan(id and kind) and labels (all fields) ``` ocm get subscriptions --parameter fields=id,href,plan.id,plan.kind,labels.* --parameter fetchLabels=true ```
func (ApiApiMaestroV1ResourcesGetRequest) OrderBy ¶
func (r ApiApiMaestroV1ResourcesGetRequest) OrderBy(orderBy string) ApiApiMaestroV1ResourcesGetRequest
Specifies the order by criteria. The syntax of this parameter is similar to the syntax of the _order by_ clause of an SQL statement, but using the names of the json attributes / column of the account. For example, in order to retrieve all accounts ordered by username: ```sql username asc ``` Or in order to retrieve all accounts ordered by username _and_ first name: ```sql username asc, firstName asc ``` If the parameter isn't provided, or if the value is empty, then no explicit ordering will be applied.
func (ApiApiMaestroV1ResourcesGetRequest) Page ¶
func (r ApiApiMaestroV1ResourcesGetRequest) Page(page int32) ApiApiMaestroV1ResourcesGetRequest
Page number of record list when record list exceeds specified page size
func (ApiApiMaestroV1ResourcesGetRequest) Search ¶
func (r ApiApiMaestroV1ResourcesGetRequest) Search(search string) ApiApiMaestroV1ResourcesGetRequest
Specifies the search criteria. The syntax of this parameter is similar to the syntax of the _where_ clause of an SQL statement, using the names of the json attributes / column names of the account. For example, in order to retrieve all the accounts with a username starting with `my`: ```sql username like 'my%' ``` The search criteria can also be applied on related resource. For example, in order to retrieve all the subscriptions labeled by `foo=bar`, ```sql subscription_labels.key = 'foo' and subscription_labels.value = 'bar' ``` If the parameter isn't provided, or if the value is empty, then all the accounts that the user has permission to see will be returned.
func (ApiApiMaestroV1ResourcesGetRequest) Size ¶
func (r ApiApiMaestroV1ResourcesGetRequest) Size(size int32) ApiApiMaestroV1ResourcesGetRequest
Maximum number of records to return
type ApiApiMaestroV1ResourcesIdDeleteRequest ¶
type ApiApiMaestroV1ResourcesIdDeleteRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiApiMaestroV1ResourcesIdGetRequest ¶
type ApiApiMaestroV1ResourcesIdGetRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
type ApiApiMaestroV1ResourcesIdPatchRequest ¶
type ApiApiMaestroV1ResourcesIdPatchRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ResourcesIdPatchRequest) Execute ¶
func (r ApiApiMaestroV1ResourcesIdPatchRequest) Execute() (*Resource, *http.Response, error)
func (ApiApiMaestroV1ResourcesIdPatchRequest) ResourcePatchRequest ¶
func (r ApiApiMaestroV1ResourcesIdPatchRequest) ResourcePatchRequest(resourcePatchRequest ResourcePatchRequest) ApiApiMaestroV1ResourcesIdPatchRequest
Updated resource data
type ApiApiMaestroV1ResourcesPostRequest ¶
type ApiApiMaestroV1ResourcesPostRequest struct { ApiService *DefaultApiService // contains filtered or unexported fields }
func (ApiApiMaestroV1ResourcesPostRequest) Execute ¶
func (r ApiApiMaestroV1ResourcesPostRequest) Execute() (*Resource, *http.Response, error)
func (ApiApiMaestroV1ResourcesPostRequest) Resource ¶
func (r ApiApiMaestroV1ResourcesPostRequest) Resource(resource Resource) ApiApiMaestroV1ResourcesPostRequest
Resource data
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Consumer ¶
type Consumer struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Name *string `json:"name,omitempty"` Labels *map[string]string `json:"labels,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
Consumer struct for Consumer
func NewConsumer ¶
func NewConsumer() *Consumer
NewConsumer instantiates a new Consumer 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
func NewConsumerWithDefaults ¶
func NewConsumerWithDefaults() *Consumer
NewConsumerWithDefaults instantiates a new Consumer 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
func (*Consumer) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Consumer) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetLabelsOk ¶
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Consumer) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Consumer) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Consumer) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (Consumer) MarshalJSON ¶
func (*Consumer) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Consumer) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Consumer) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Consumer) SetLabels ¶
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*Consumer) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Consumer) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
type ConsumerAllOf ¶
type ConsumerAllOf struct { Name *string `json:"name,omitempty"` Labels *map[string]string `json:"labels,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` }
ConsumerAllOf struct for ConsumerAllOf
func NewConsumerAllOf ¶
func NewConsumerAllOf() *ConsumerAllOf
NewConsumerAllOf instantiates a new ConsumerAllOf 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
func NewConsumerAllOfWithDefaults ¶
func NewConsumerAllOfWithDefaults() *ConsumerAllOf
NewConsumerAllOfWithDefaults instantiates a new ConsumerAllOf 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
func (*ConsumerAllOf) GetCreatedAt ¶
func (o *ConsumerAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ConsumerAllOf) GetCreatedAtOk ¶
func (o *ConsumerAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerAllOf) GetLabels ¶
func (o *ConsumerAllOf) GetLabels() map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*ConsumerAllOf) GetLabelsOk ¶
func (o *ConsumerAllOf) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerAllOf) GetName ¶
func (o *ConsumerAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ConsumerAllOf) GetNameOk ¶
func (o *ConsumerAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerAllOf) GetUpdatedAt ¶
func (o *ConsumerAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ConsumerAllOf) GetUpdatedAtOk ¶
func (o *ConsumerAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerAllOf) HasCreatedAt ¶
func (o *ConsumerAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ConsumerAllOf) HasLabels ¶
func (o *ConsumerAllOf) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*ConsumerAllOf) HasName ¶
func (o *ConsumerAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ConsumerAllOf) HasUpdatedAt ¶
func (o *ConsumerAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (ConsumerAllOf) MarshalJSON ¶
func (o ConsumerAllOf) MarshalJSON() ([]byte, error)
func (*ConsumerAllOf) SetCreatedAt ¶
func (o *ConsumerAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ConsumerAllOf) SetLabels ¶
func (o *ConsumerAllOf) SetLabels(v map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (*ConsumerAllOf) SetName ¶
func (o *ConsumerAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ConsumerAllOf) SetUpdatedAt ¶
func (o *ConsumerAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (ConsumerAllOf) ToMap ¶
func (o ConsumerAllOf) ToMap() (map[string]interface{}, error)
type ConsumerList ¶
type ConsumerList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Consumer `json:"items"` }
ConsumerList struct for ConsumerList
func NewConsumerList ¶
func NewConsumerList(kind string, page int32, size int32, total int32, items []Consumer) *ConsumerList
NewConsumerList instantiates a new ConsumerList 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
func NewConsumerListWithDefaults ¶
func NewConsumerListWithDefaults() *ConsumerList
NewConsumerListWithDefaults instantiates a new ConsumerList 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
func (*ConsumerList) GetItems ¶
func (o *ConsumerList) GetItems() []Consumer
GetItems returns the Items field value
func (*ConsumerList) GetItemsOk ¶
func (o *ConsumerList) GetItemsOk() ([]Consumer, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ConsumerList) GetKind ¶
func (o *ConsumerList) GetKind() string
GetKind returns the Kind field value
func (*ConsumerList) GetKindOk ¶
func (o *ConsumerList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ConsumerList) GetPage ¶
func (o *ConsumerList) GetPage() int32
GetPage returns the Page field value
func (*ConsumerList) GetPageOk ¶
func (o *ConsumerList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ConsumerList) GetSize ¶
func (o *ConsumerList) GetSize() int32
GetSize returns the Size field value
func (*ConsumerList) GetSizeOk ¶
func (o *ConsumerList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ConsumerList) GetTotal ¶
func (o *ConsumerList) GetTotal() int32
GetTotal returns the Total field value
func (*ConsumerList) GetTotalOk ¶
func (o *ConsumerList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ConsumerList) MarshalJSON ¶
func (o ConsumerList) MarshalJSON() ([]byte, error)
func (*ConsumerList) SetItems ¶
func (o *ConsumerList) SetItems(v []Consumer)
SetItems sets field value
func (ConsumerList) ToMap ¶
func (o ConsumerList) ToMap() (map[string]interface{}, error)
type ConsumerListAllOf ¶
type ConsumerListAllOf struct {
Items []Consumer `json:"items,omitempty"`
}
ConsumerListAllOf struct for ConsumerListAllOf
func NewConsumerListAllOf ¶
func NewConsumerListAllOf() *ConsumerListAllOf
NewConsumerListAllOf instantiates a new ConsumerListAllOf 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
func NewConsumerListAllOfWithDefaults ¶
func NewConsumerListAllOfWithDefaults() *ConsumerListAllOf
NewConsumerListAllOfWithDefaults instantiates a new ConsumerListAllOf 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
func (*ConsumerListAllOf) GetItems ¶
func (o *ConsumerListAllOf) GetItems() []Consumer
GetItems returns the Items field value if set, zero value otherwise.
func (*ConsumerListAllOf) GetItemsOk ¶
func (o *ConsumerListAllOf) GetItemsOk() ([]Consumer, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerListAllOf) HasItems ¶
func (o *ConsumerListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ConsumerListAllOf) MarshalJSON ¶
func (o ConsumerListAllOf) MarshalJSON() ([]byte, error)
func (*ConsumerListAllOf) SetItems ¶
func (o *ConsumerListAllOf) SetItems(v []Consumer)
SetItems gets a reference to the given []Consumer and assigns it to the Items field.
func (ConsumerListAllOf) ToMap ¶
func (o ConsumerListAllOf) ToMap() (map[string]interface{}, error)
type ConsumerPatchRequest ¶
ConsumerPatchRequest struct for ConsumerPatchRequest
func NewConsumerPatchRequest ¶
func NewConsumerPatchRequest() *ConsumerPatchRequest
NewConsumerPatchRequest instantiates a new ConsumerPatchRequest 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
func NewConsumerPatchRequestWithDefaults ¶
func NewConsumerPatchRequestWithDefaults() *ConsumerPatchRequest
NewConsumerPatchRequestWithDefaults instantiates a new ConsumerPatchRequest 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
func (*ConsumerPatchRequest) GetLabels ¶
func (o *ConsumerPatchRequest) GetLabels() map[string]string
GetLabels returns the Labels field value if set, zero value otherwise.
func (*ConsumerPatchRequest) GetLabelsOk ¶
func (o *ConsumerPatchRequest) GetLabelsOk() (*map[string]string, bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ConsumerPatchRequest) HasLabels ¶
func (o *ConsumerPatchRequest) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (ConsumerPatchRequest) MarshalJSON ¶
func (o ConsumerPatchRequest) MarshalJSON() ([]byte, error)
func (*ConsumerPatchRequest) SetLabels ¶
func (o *ConsumerPatchRequest) SetLabels(v map[string]string)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field.
func (ConsumerPatchRequest) ToMap ¶
func (o ConsumerPatchRequest) ToMap() (map[string]interface{}, error)
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service
func (*DefaultApiService) ApiMaestroV1ConsumersGet ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersGet(ctx context.Context) ApiApiMaestroV1ConsumersGetRequest
ApiMaestroV1ConsumersGet Returns a list of consumers
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiMaestroV1ConsumersGetRequest
func (*DefaultApiService) ApiMaestroV1ConsumersGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersGetExecute(r ApiApiMaestroV1ConsumersGetRequest) (*ConsumerList, *http.Response, error)
Execute executes the request
@return ConsumerList
func (*DefaultApiService) ApiMaestroV1ConsumersIdDelete ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdDelete(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdDeleteRequest
ApiMaestroV1ConsumersIdDelete Delete a consumer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ConsumersIdDeleteRequest
func (*DefaultApiService) ApiMaestroV1ConsumersIdDeleteExecute ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdDeleteExecute(r ApiApiMaestroV1ConsumersIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiMaestroV1ConsumersIdGet ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdGet(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdGetRequest
ApiMaestroV1ConsumersIdGet Get an consumer by id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ConsumersIdGetRequest
func (*DefaultApiService) ApiMaestroV1ConsumersIdGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdGetExecute(r ApiApiMaestroV1ConsumersIdGetRequest) (*Consumer, *http.Response, error)
Execute executes the request
@return Consumer
func (*DefaultApiService) ApiMaestroV1ConsumersIdPatch ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdPatch(ctx context.Context, id string) ApiApiMaestroV1ConsumersIdPatchRequest
ApiMaestroV1ConsumersIdPatch Update an consumer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ConsumersIdPatchRequest
func (*DefaultApiService) ApiMaestroV1ConsumersIdPatchExecute ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersIdPatchExecute(r ApiApiMaestroV1ConsumersIdPatchRequest) (*Consumer, *http.Response, error)
Execute executes the request
@return Consumer
func (*DefaultApiService) ApiMaestroV1ConsumersPost ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersPost(ctx context.Context) ApiApiMaestroV1ConsumersPostRequest
ApiMaestroV1ConsumersPost Create a new consumer
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiMaestroV1ConsumersPostRequest
func (*DefaultApiService) ApiMaestroV1ConsumersPostExecute ¶
func (a *DefaultApiService) ApiMaestroV1ConsumersPostExecute(r ApiApiMaestroV1ConsumersPostRequest) (*Consumer, *http.Response, error)
Execute executes the request
@return Consumer
func (*DefaultApiService) ApiMaestroV1ResourceBundlesGet ¶
func (a *DefaultApiService) ApiMaestroV1ResourceBundlesGet(ctx context.Context) ApiApiMaestroV1ResourceBundlesGetRequest
ApiMaestroV1ResourceBundlesGet Returns a list of resource bundles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiMaestroV1ResourceBundlesGetRequest
func (*DefaultApiService) ApiMaestroV1ResourceBundlesGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourceBundlesGetExecute(r ApiApiMaestroV1ResourceBundlesGetRequest) (*ResourceBundleList, *http.Response, error)
Execute executes the request
@return ResourceBundleList
func (*DefaultApiService) ApiMaestroV1ResourceBundlesIdGet ¶
func (a *DefaultApiService) ApiMaestroV1ResourceBundlesIdGet(ctx context.Context, id string) ApiApiMaestroV1ResourceBundlesIdGetRequest
ApiMaestroV1ResourceBundlesIdGet Get an resource bundle by id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ResourceBundlesIdGetRequest
func (*DefaultApiService) ApiMaestroV1ResourceBundlesIdGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourceBundlesIdGetExecute(r ApiApiMaestroV1ResourceBundlesIdGetRequest) (*ResourceBundle, *http.Response, error)
Execute executes the request
@return ResourceBundle
func (*DefaultApiService) ApiMaestroV1ResourcesGet ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesGet(ctx context.Context) ApiApiMaestroV1ResourcesGetRequest
ApiMaestroV1ResourcesGet Returns a list of resources
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiMaestroV1ResourcesGetRequest
func (*DefaultApiService) ApiMaestroV1ResourcesGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesGetExecute(r ApiApiMaestroV1ResourcesGetRequest) (*ResourceList, *http.Response, error)
Execute executes the request
@return ResourceList
func (*DefaultApiService) ApiMaestroV1ResourcesIdDelete ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdDelete(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdDeleteRequest
ApiMaestroV1ResourcesIdDelete Delete a resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ResourcesIdDeleteRequest
func (*DefaultApiService) ApiMaestroV1ResourcesIdDeleteExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdDeleteExecute(r ApiApiMaestroV1ResourcesIdDeleteRequest) (*http.Response, error)
Execute executes the request
func (*DefaultApiService) ApiMaestroV1ResourcesIdGet ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdGet(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdGetRequest
ApiMaestroV1ResourcesIdGet Get an resource by id
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ResourcesIdGetRequest
func (*DefaultApiService) ApiMaestroV1ResourcesIdGetExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdGetExecute(r ApiApiMaestroV1ResourcesIdGetRequest) (*Resource, *http.Response, error)
Execute executes the request
@return Resource
func (*DefaultApiService) ApiMaestroV1ResourcesIdPatch ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdPatch(ctx context.Context, id string) ApiApiMaestroV1ResourcesIdPatchRequest
ApiMaestroV1ResourcesIdPatch Update an resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id The id of record @return ApiApiMaestroV1ResourcesIdPatchRequest
func (*DefaultApiService) ApiMaestroV1ResourcesIdPatchExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesIdPatchExecute(r ApiApiMaestroV1ResourcesIdPatchRequest) (*Resource, *http.Response, error)
Execute executes the request
@return Resource
func (*DefaultApiService) ApiMaestroV1ResourcesPost ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesPost(ctx context.Context) ApiApiMaestroV1ResourcesPostRequest
ApiMaestroV1ResourcesPost Create a new resource
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiApiMaestroV1ResourcesPostRequest
func (*DefaultApiService) ApiMaestroV1ResourcesPostExecute ¶
func (a *DefaultApiService) ApiMaestroV1ResourcesPostExecute(r ApiApiMaestroV1ResourcesPostRequest) (*Resource, *http.Response, error)
Execute executes the request
@return Resource
type Error ¶
type Error struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Code *string `json:"code,omitempty"` Reason *string `json:"reason,omitempty"` OperationId *string `json:"operation_id,omitempty"` }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error 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
func NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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
func (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetOperationId ¶
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*Error) GetOperationIdOk ¶
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetReasonOk ¶
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasOperationId ¶
HasOperationId returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given string and assigns it to the Code field.
func (*Error) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Error) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Error) SetOperationId ¶
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
type ErrorAllOf ¶
type ErrorAllOf struct { Code *string `json:"code,omitempty"` Reason *string `json:"reason,omitempty"` OperationId *string `json:"operation_id,omitempty"` }
ErrorAllOf struct for ErrorAllOf
func NewErrorAllOf ¶
func NewErrorAllOf() *ErrorAllOf
NewErrorAllOf instantiates a new ErrorAllOf 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
func NewErrorAllOfWithDefaults ¶
func NewErrorAllOfWithDefaults() *ErrorAllOf
NewErrorAllOfWithDefaults instantiates a new ErrorAllOf 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
func (*ErrorAllOf) GetCode ¶
func (o *ErrorAllOf) GetCode() string
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorAllOf) GetCodeOk ¶
func (o *ErrorAllOf) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) GetOperationId ¶
func (o *ErrorAllOf) GetOperationId() string
GetOperationId returns the OperationId field value if set, zero value otherwise.
func (*ErrorAllOf) GetOperationIdOk ¶
func (o *ErrorAllOf) GetOperationIdOk() (*string, bool)
GetOperationIdOk returns a tuple with the OperationId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) GetReason ¶
func (o *ErrorAllOf) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*ErrorAllOf) GetReasonOk ¶
func (o *ErrorAllOf) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorAllOf) HasCode ¶
func (o *ErrorAllOf) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorAllOf) HasOperationId ¶
func (o *ErrorAllOf) HasOperationId() bool
HasOperationId returns a boolean if a field has been set.
func (*ErrorAllOf) HasReason ¶
func (o *ErrorAllOf) HasReason() bool
HasReason returns a boolean if a field has been set.
func (ErrorAllOf) MarshalJSON ¶
func (o ErrorAllOf) MarshalJSON() ([]byte, error)
func (*ErrorAllOf) SetCode ¶
func (o *ErrorAllOf) SetCode(v string)
SetCode gets a reference to the given string and assigns it to the Code field.
func (*ErrorAllOf) SetOperationId ¶
func (o *ErrorAllOf) SetOperationId(v string)
SetOperationId gets a reference to the given string and assigns it to the OperationId field.
func (*ErrorAllOf) SetReason ¶
func (o *ErrorAllOf) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (ErrorAllOf) ToMap ¶
func (o ErrorAllOf) ToMap() (map[string]interface{}, error)
type ErrorList ¶
type ErrorList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Error `json:"items"` }
ErrorList struct for ErrorList
func NewErrorList ¶
NewErrorList instantiates a new ErrorList 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
func NewErrorListWithDefaults ¶
func NewErrorListWithDefaults() *ErrorList
NewErrorListWithDefaults instantiates a new ErrorList 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
func (*ErrorList) GetItemsOk ¶
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ErrorList) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ErrorList) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ErrorList) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ErrorList) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ErrorList) MarshalJSON ¶
type ErrorListAllOf ¶
type ErrorListAllOf struct {
Items []Error `json:"items,omitempty"`
}
ErrorListAllOf struct for ErrorListAllOf
func NewErrorListAllOf ¶
func NewErrorListAllOf() *ErrorListAllOf
NewErrorListAllOf instantiates a new ErrorListAllOf 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
func NewErrorListAllOfWithDefaults ¶
func NewErrorListAllOfWithDefaults() *ErrorListAllOf
NewErrorListAllOfWithDefaults instantiates a new ErrorListAllOf 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
func (*ErrorListAllOf) GetItems ¶
func (o *ErrorListAllOf) GetItems() []Error
GetItems returns the Items field value if set, zero value otherwise.
func (*ErrorListAllOf) GetItemsOk ¶
func (o *ErrorListAllOf) GetItemsOk() ([]Error, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorListAllOf) HasItems ¶
func (o *ErrorListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ErrorListAllOf) MarshalJSON ¶
func (o ErrorListAllOf) MarshalJSON() ([]byte, error)
func (*ErrorListAllOf) SetItems ¶
func (o *ErrorListAllOf) SetItems(v []Error)
SetItems gets a reference to the given []Error and assigns it to the Items field.
func (ErrorListAllOf) ToMap ¶
func (o ErrorListAllOf) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type List ¶
type List struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` }
List struct for List
func NewList ¶
NewList instantiates a new List 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
func NewListWithDefaults ¶
func NewListWithDefaults() *List
NewListWithDefaults instantiates a new List 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
func (*List) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*List) GetPageOk ¶
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*List) GetSizeOk ¶
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*List) GetTotalOk ¶
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (List) MarshalJSON ¶
type MappedNullable ¶
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableConsumer ¶
type NullableConsumer struct {
// contains filtered or unexported fields
}
func NewNullableConsumer ¶
func NewNullableConsumer(val *Consumer) *NullableConsumer
func (NullableConsumer) Get ¶
func (v NullableConsumer) Get() *Consumer
func (NullableConsumer) IsSet ¶
func (v NullableConsumer) IsSet() bool
func (NullableConsumer) MarshalJSON ¶
func (v NullableConsumer) MarshalJSON() ([]byte, error)
func (*NullableConsumer) Set ¶
func (v *NullableConsumer) Set(val *Consumer)
func (*NullableConsumer) UnmarshalJSON ¶
func (v *NullableConsumer) UnmarshalJSON(src []byte) error
func (*NullableConsumer) Unset ¶
func (v *NullableConsumer) Unset()
type NullableConsumerAllOf ¶
type NullableConsumerAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConsumerAllOf ¶
func NewNullableConsumerAllOf(val *ConsumerAllOf) *NullableConsumerAllOf
func (NullableConsumerAllOf) Get ¶
func (v NullableConsumerAllOf) Get() *ConsumerAllOf
func (NullableConsumerAllOf) IsSet ¶
func (v NullableConsumerAllOf) IsSet() bool
func (NullableConsumerAllOf) MarshalJSON ¶
func (v NullableConsumerAllOf) MarshalJSON() ([]byte, error)
func (*NullableConsumerAllOf) Set ¶
func (v *NullableConsumerAllOf) Set(val *ConsumerAllOf)
func (*NullableConsumerAllOf) UnmarshalJSON ¶
func (v *NullableConsumerAllOf) UnmarshalJSON(src []byte) error
func (*NullableConsumerAllOf) Unset ¶
func (v *NullableConsumerAllOf) Unset()
type NullableConsumerList ¶
type NullableConsumerList struct {
// contains filtered or unexported fields
}
func NewNullableConsumerList ¶
func NewNullableConsumerList(val *ConsumerList) *NullableConsumerList
func (NullableConsumerList) Get ¶
func (v NullableConsumerList) Get() *ConsumerList
func (NullableConsumerList) IsSet ¶
func (v NullableConsumerList) IsSet() bool
func (NullableConsumerList) MarshalJSON ¶
func (v NullableConsumerList) MarshalJSON() ([]byte, error)
func (*NullableConsumerList) Set ¶
func (v *NullableConsumerList) Set(val *ConsumerList)
func (*NullableConsumerList) UnmarshalJSON ¶
func (v *NullableConsumerList) UnmarshalJSON(src []byte) error
func (*NullableConsumerList) Unset ¶
func (v *NullableConsumerList) Unset()
type NullableConsumerListAllOf ¶
type NullableConsumerListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableConsumerListAllOf ¶
func NewNullableConsumerListAllOf(val *ConsumerListAllOf) *NullableConsumerListAllOf
func (NullableConsumerListAllOf) Get ¶
func (v NullableConsumerListAllOf) Get() *ConsumerListAllOf
func (NullableConsumerListAllOf) IsSet ¶
func (v NullableConsumerListAllOf) IsSet() bool
func (NullableConsumerListAllOf) MarshalJSON ¶
func (v NullableConsumerListAllOf) MarshalJSON() ([]byte, error)
func (*NullableConsumerListAllOf) Set ¶
func (v *NullableConsumerListAllOf) Set(val *ConsumerListAllOf)
func (*NullableConsumerListAllOf) UnmarshalJSON ¶
func (v *NullableConsumerListAllOf) UnmarshalJSON(src []byte) error
func (*NullableConsumerListAllOf) Unset ¶
func (v *NullableConsumerListAllOf) Unset()
type NullableConsumerPatchRequest ¶
type NullableConsumerPatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableConsumerPatchRequest ¶
func NewNullableConsumerPatchRequest(val *ConsumerPatchRequest) *NullableConsumerPatchRequest
func (NullableConsumerPatchRequest) Get ¶
func (v NullableConsumerPatchRequest) Get() *ConsumerPatchRequest
func (NullableConsumerPatchRequest) IsSet ¶
func (v NullableConsumerPatchRequest) IsSet() bool
func (NullableConsumerPatchRequest) MarshalJSON ¶
func (v NullableConsumerPatchRequest) MarshalJSON() ([]byte, error)
func (*NullableConsumerPatchRequest) Set ¶
func (v *NullableConsumerPatchRequest) Set(val *ConsumerPatchRequest)
func (*NullableConsumerPatchRequest) UnmarshalJSON ¶
func (v *NullableConsumerPatchRequest) UnmarshalJSON(src []byte) error
func (*NullableConsumerPatchRequest) Unset ¶
func (v *NullableConsumerPatchRequest) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorAllOf ¶
type NullableErrorAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorAllOf ¶
func NewNullableErrorAllOf(val *ErrorAllOf) *NullableErrorAllOf
func (NullableErrorAllOf) Get ¶
func (v NullableErrorAllOf) Get() *ErrorAllOf
func (NullableErrorAllOf) IsSet ¶
func (v NullableErrorAllOf) IsSet() bool
func (NullableErrorAllOf) MarshalJSON ¶
func (v NullableErrorAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorAllOf) Set ¶
func (v *NullableErrorAllOf) Set(val *ErrorAllOf)
func (*NullableErrorAllOf) UnmarshalJSON ¶
func (v *NullableErrorAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorAllOf) Unset ¶
func (v *NullableErrorAllOf) Unset()
type NullableErrorList ¶
type NullableErrorList struct {
// contains filtered or unexported fields
}
func NewNullableErrorList ¶
func NewNullableErrorList(val *ErrorList) *NullableErrorList
func (NullableErrorList) Get ¶
func (v NullableErrorList) Get() *ErrorList
func (NullableErrorList) IsSet ¶
func (v NullableErrorList) IsSet() bool
func (NullableErrorList) MarshalJSON ¶
func (v NullableErrorList) MarshalJSON() ([]byte, error)
func (*NullableErrorList) Set ¶
func (v *NullableErrorList) Set(val *ErrorList)
func (*NullableErrorList) UnmarshalJSON ¶
func (v *NullableErrorList) UnmarshalJSON(src []byte) error
func (*NullableErrorList) Unset ¶
func (v *NullableErrorList) Unset()
type NullableErrorListAllOf ¶
type NullableErrorListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorListAllOf ¶
func NewNullableErrorListAllOf(val *ErrorListAllOf) *NullableErrorListAllOf
func (NullableErrorListAllOf) Get ¶
func (v NullableErrorListAllOf) Get() *ErrorListAllOf
func (NullableErrorListAllOf) IsSet ¶
func (v NullableErrorListAllOf) IsSet() bool
func (NullableErrorListAllOf) MarshalJSON ¶
func (v NullableErrorListAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorListAllOf) Set ¶
func (v *NullableErrorListAllOf) Set(val *ErrorListAllOf)
func (*NullableErrorListAllOf) UnmarshalJSON ¶
func (v *NullableErrorListAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorListAllOf) Unset ¶
func (v *NullableErrorListAllOf) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableList ¶
type NullableList struct {
// contains filtered or unexported fields
}
func NewNullableList ¶
func NewNullableList(val *List) *NullableList
func (NullableList) Get ¶
func (v NullableList) Get() *List
func (NullableList) IsSet ¶
func (v NullableList) IsSet() bool
func (NullableList) MarshalJSON ¶
func (v NullableList) MarshalJSON() ([]byte, error)
func (*NullableList) Set ¶
func (v *NullableList) Set(val *List)
func (*NullableList) UnmarshalJSON ¶
func (v *NullableList) UnmarshalJSON(src []byte) error
func (*NullableList) Unset ¶
func (v *NullableList) Unset()
type NullableObjectReference ¶
type NullableObjectReference struct {
// contains filtered or unexported fields
}
func NewNullableObjectReference ¶
func NewNullableObjectReference(val *ObjectReference) *NullableObjectReference
func (NullableObjectReference) Get ¶
func (v NullableObjectReference) Get() *ObjectReference
func (NullableObjectReference) IsSet ¶
func (v NullableObjectReference) IsSet() bool
func (NullableObjectReference) MarshalJSON ¶
func (v NullableObjectReference) MarshalJSON() ([]byte, error)
func (*NullableObjectReference) Set ¶
func (v *NullableObjectReference) Set(val *ObjectReference)
func (*NullableObjectReference) UnmarshalJSON ¶
func (v *NullableObjectReference) UnmarshalJSON(src []byte) error
func (*NullableObjectReference) Unset ¶
func (v *NullableObjectReference) Unset()
type NullableResource ¶
type NullableResource struct {
// contains filtered or unexported fields
}
func NewNullableResource ¶
func NewNullableResource(val *Resource) *NullableResource
func (NullableResource) Get ¶
func (v NullableResource) Get() *Resource
func (NullableResource) IsSet ¶
func (v NullableResource) IsSet() bool
func (NullableResource) MarshalJSON ¶
func (v NullableResource) MarshalJSON() ([]byte, error)
func (*NullableResource) Set ¶
func (v *NullableResource) Set(val *Resource)
func (*NullableResource) UnmarshalJSON ¶
func (v *NullableResource) UnmarshalJSON(src []byte) error
func (*NullableResource) Unset ¶
func (v *NullableResource) Unset()
type NullableResourceAllOf ¶
type NullableResourceAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceAllOf ¶
func NewNullableResourceAllOf(val *ResourceAllOf) *NullableResourceAllOf
func (NullableResourceAllOf) Get ¶
func (v NullableResourceAllOf) Get() *ResourceAllOf
func (NullableResourceAllOf) IsSet ¶
func (v NullableResourceAllOf) IsSet() bool
func (NullableResourceAllOf) MarshalJSON ¶
func (v NullableResourceAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceAllOf) Set ¶
func (v *NullableResourceAllOf) Set(val *ResourceAllOf)
func (*NullableResourceAllOf) UnmarshalJSON ¶
func (v *NullableResourceAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceAllOf) Unset ¶
func (v *NullableResourceAllOf) Unset()
type NullableResourceBundle ¶
type NullableResourceBundle struct {
// contains filtered or unexported fields
}
func NewNullableResourceBundle ¶
func NewNullableResourceBundle(val *ResourceBundle) *NullableResourceBundle
func (NullableResourceBundle) Get ¶
func (v NullableResourceBundle) Get() *ResourceBundle
func (NullableResourceBundle) IsSet ¶
func (v NullableResourceBundle) IsSet() bool
func (NullableResourceBundle) MarshalJSON ¶
func (v NullableResourceBundle) MarshalJSON() ([]byte, error)
func (*NullableResourceBundle) Set ¶
func (v *NullableResourceBundle) Set(val *ResourceBundle)
func (*NullableResourceBundle) UnmarshalJSON ¶
func (v *NullableResourceBundle) UnmarshalJSON(src []byte) error
func (*NullableResourceBundle) Unset ¶
func (v *NullableResourceBundle) Unset()
type NullableResourceBundleAllOf ¶
type NullableResourceBundleAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceBundleAllOf ¶
func NewNullableResourceBundleAllOf(val *ResourceBundleAllOf) *NullableResourceBundleAllOf
func (NullableResourceBundleAllOf) Get ¶
func (v NullableResourceBundleAllOf) Get() *ResourceBundleAllOf
func (NullableResourceBundleAllOf) IsSet ¶
func (v NullableResourceBundleAllOf) IsSet() bool
func (NullableResourceBundleAllOf) MarshalJSON ¶
func (v NullableResourceBundleAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceBundleAllOf) Set ¶
func (v *NullableResourceBundleAllOf) Set(val *ResourceBundleAllOf)
func (*NullableResourceBundleAllOf) UnmarshalJSON ¶
func (v *NullableResourceBundleAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceBundleAllOf) Unset ¶
func (v *NullableResourceBundleAllOf) Unset()
type NullableResourceBundleList ¶
type NullableResourceBundleList struct {
// contains filtered or unexported fields
}
func NewNullableResourceBundleList ¶
func NewNullableResourceBundleList(val *ResourceBundleList) *NullableResourceBundleList
func (NullableResourceBundleList) Get ¶
func (v NullableResourceBundleList) Get() *ResourceBundleList
func (NullableResourceBundleList) IsSet ¶
func (v NullableResourceBundleList) IsSet() bool
func (NullableResourceBundleList) MarshalJSON ¶
func (v NullableResourceBundleList) MarshalJSON() ([]byte, error)
func (*NullableResourceBundleList) Set ¶
func (v *NullableResourceBundleList) Set(val *ResourceBundleList)
func (*NullableResourceBundleList) UnmarshalJSON ¶
func (v *NullableResourceBundleList) UnmarshalJSON(src []byte) error
func (*NullableResourceBundleList) Unset ¶
func (v *NullableResourceBundleList) Unset()
type NullableResourceBundleListAllOf ¶
type NullableResourceBundleListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceBundleListAllOf ¶
func NewNullableResourceBundleListAllOf(val *ResourceBundleListAllOf) *NullableResourceBundleListAllOf
func (NullableResourceBundleListAllOf) Get ¶
func (v NullableResourceBundleListAllOf) Get() *ResourceBundleListAllOf
func (NullableResourceBundleListAllOf) IsSet ¶
func (v NullableResourceBundleListAllOf) IsSet() bool
func (NullableResourceBundleListAllOf) MarshalJSON ¶
func (v NullableResourceBundleListAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceBundleListAllOf) Set ¶
func (v *NullableResourceBundleListAllOf) Set(val *ResourceBundleListAllOf)
func (*NullableResourceBundleListAllOf) UnmarshalJSON ¶
func (v *NullableResourceBundleListAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceBundleListAllOf) Unset ¶
func (v *NullableResourceBundleListAllOf) Unset()
type NullableResourceList ¶
type NullableResourceList struct {
// contains filtered or unexported fields
}
func NewNullableResourceList ¶
func NewNullableResourceList(val *ResourceList) *NullableResourceList
func (NullableResourceList) Get ¶
func (v NullableResourceList) Get() *ResourceList
func (NullableResourceList) IsSet ¶
func (v NullableResourceList) IsSet() bool
func (NullableResourceList) MarshalJSON ¶
func (v NullableResourceList) MarshalJSON() ([]byte, error)
func (*NullableResourceList) Set ¶
func (v *NullableResourceList) Set(val *ResourceList)
func (*NullableResourceList) UnmarshalJSON ¶
func (v *NullableResourceList) UnmarshalJSON(src []byte) error
func (*NullableResourceList) Unset ¶
func (v *NullableResourceList) Unset()
type NullableResourceListAllOf ¶
type NullableResourceListAllOf struct {
// contains filtered or unexported fields
}
func NewNullableResourceListAllOf ¶
func NewNullableResourceListAllOf(val *ResourceListAllOf) *NullableResourceListAllOf
func (NullableResourceListAllOf) Get ¶
func (v NullableResourceListAllOf) Get() *ResourceListAllOf
func (NullableResourceListAllOf) IsSet ¶
func (v NullableResourceListAllOf) IsSet() bool
func (NullableResourceListAllOf) MarshalJSON ¶
func (v NullableResourceListAllOf) MarshalJSON() ([]byte, error)
func (*NullableResourceListAllOf) Set ¶
func (v *NullableResourceListAllOf) Set(val *ResourceListAllOf)
func (*NullableResourceListAllOf) UnmarshalJSON ¶
func (v *NullableResourceListAllOf) UnmarshalJSON(src []byte) error
func (*NullableResourceListAllOf) Unset ¶
func (v *NullableResourceListAllOf) Unset()
type NullableResourcePatchRequest ¶
type NullableResourcePatchRequest struct {
// contains filtered or unexported fields
}
func NewNullableResourcePatchRequest ¶
func NewNullableResourcePatchRequest(val *ResourcePatchRequest) *NullableResourcePatchRequest
func (NullableResourcePatchRequest) Get ¶
func (v NullableResourcePatchRequest) Get() *ResourcePatchRequest
func (NullableResourcePatchRequest) IsSet ¶
func (v NullableResourcePatchRequest) IsSet() bool
func (NullableResourcePatchRequest) MarshalJSON ¶
func (v NullableResourcePatchRequest) MarshalJSON() ([]byte, error)
func (*NullableResourcePatchRequest) Set ¶
func (v *NullableResourcePatchRequest) Set(val *ResourcePatchRequest)
func (*NullableResourcePatchRequest) UnmarshalJSON ¶
func (v *NullableResourcePatchRequest) UnmarshalJSON(src []byte) error
func (*NullableResourcePatchRequest) Unset ¶
func (v *NullableResourcePatchRequest) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type ObjectReference ¶
type ObjectReference struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` }
ObjectReference struct for ObjectReference
func NewObjectReference ¶
func NewObjectReference() *ObjectReference
NewObjectReference instantiates a new ObjectReference 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
func NewObjectReferenceWithDefaults ¶
func NewObjectReferenceWithDefaults() *ObjectReference
NewObjectReferenceWithDefaults instantiates a new ObjectReference 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
func (*ObjectReference) GetHref ¶
func (o *ObjectReference) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ObjectReference) GetHrefOk ¶
func (o *ObjectReference) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetId ¶
func (o *ObjectReference) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ObjectReference) GetIdOk ¶
func (o *ObjectReference) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) GetKind ¶
func (o *ObjectReference) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ObjectReference) GetKindOk ¶
func (o *ObjectReference) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ObjectReference) HasHref ¶
func (o *ObjectReference) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ObjectReference) HasId ¶
func (o *ObjectReference) HasId() bool
HasId returns a boolean if a field has been set.
func (*ObjectReference) HasKind ¶
func (o *ObjectReference) HasKind() bool
HasKind returns a boolean if a field has been set.
func (ObjectReference) MarshalJSON ¶
func (o ObjectReference) MarshalJSON() ([]byte, error)
func (*ObjectReference) SetHref ¶
func (o *ObjectReference) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ObjectReference) SetId ¶
func (o *ObjectReference) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ObjectReference) SetKind ¶
func (o *ObjectReference) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (ObjectReference) ToMap ¶
func (o ObjectReference) ToMap() (map[string]interface{}, error)
type Resource ¶
type Resource struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Name *string `json:"name,omitempty"` ConsumerName *string `json:"consumer_name,omitempty"` Version *int32 `json:"version,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` DeletedAt *time.Time `json:"deleted_at,omitempty"` Manifest map[string]interface{} `json:"manifest,omitempty"` DeleteOption map[string]interface{} `json:"delete_option,omitempty"` UpdateStrategy map[string]interface{} `json:"update_strategy,omitempty"` Status map[string]interface{} `json:"status,omitempty"` }
Resource struct for Resource
func NewResource ¶
func NewResource() *Resource
NewResource instantiates a new Resource 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
func NewResourceWithDefaults ¶
func NewResourceWithDefaults() *Resource
NewResourceWithDefaults instantiates a new Resource 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
func (*Resource) GetConsumerName ¶
GetConsumerName returns the ConsumerName field value if set, zero value otherwise.
func (*Resource) GetConsumerNameOk ¶
GetConsumerNameOk returns a tuple with the ConsumerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetCreatedAt ¶
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*Resource) GetCreatedAtOk ¶
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetDeleteOption ¶
GetDeleteOption returns the DeleteOption field value if set, zero value otherwise.
func (*Resource) GetDeleteOptionOk ¶
GetDeleteOptionOk returns a tuple with the DeleteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetDeletedAt ¶
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*Resource) GetDeletedAtOk ¶
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetKindOk ¶
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetManifest ¶
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*Resource) GetManifestOk ¶
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetNameOk ¶
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetUpdateStrategy ¶
GetUpdateStrategy returns the UpdateStrategy field value if set, zero value otherwise.
func (*Resource) GetUpdateStrategyOk ¶
GetUpdateStrategyOk returns a tuple with the UpdateStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetUpdatedAt ¶
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*Resource) GetUpdatedAtOk ¶
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*Resource) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Resource) HasConsumerName ¶
HasConsumerName returns a boolean if a field has been set.
func (*Resource) HasCreatedAt ¶
HasCreatedAt returns a boolean if a field has been set.
func (*Resource) HasDeleteOption ¶
HasDeleteOption returns a boolean if a field has been set.
func (*Resource) HasDeletedAt ¶
HasDeletedAt returns a boolean if a field has been set.
func (*Resource) HasManifest ¶
HasManifest returns a boolean if a field has been set.
func (*Resource) HasUpdateStrategy ¶
HasUpdateStrategy returns a boolean if a field has been set.
func (*Resource) HasUpdatedAt ¶
HasUpdatedAt returns a boolean if a field has been set.
func (*Resource) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (Resource) MarshalJSON ¶
func (*Resource) SetConsumerName ¶
SetConsumerName gets a reference to the given string and assigns it to the ConsumerName field.
func (*Resource) SetCreatedAt ¶
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*Resource) SetDeleteOption ¶
SetDeleteOption gets a reference to the given map[string]interface{} and assigns it to the DeleteOption field.
func (*Resource) SetDeletedAt ¶
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*Resource) SetHref ¶
SetHref gets a reference to the given string and assigns it to the Href field.
func (*Resource) SetKind ¶
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*Resource) SetManifest ¶
SetManifest gets a reference to the given map[string]interface{} and assigns it to the Manifest field.
func (*Resource) SetName ¶
SetName gets a reference to the given string and assigns it to the Name field.
func (*Resource) SetStatus ¶
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*Resource) SetUpdateStrategy ¶
SetUpdateStrategy gets a reference to the given map[string]interface{} and assigns it to the UpdateStrategy field.
func (*Resource) SetUpdatedAt ¶
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*Resource) SetVersion ¶
SetVersion gets a reference to the given int32 and assigns it to the Version field.
type ResourceAllOf ¶
type ResourceAllOf struct { Name *string `json:"name,omitempty"` ConsumerName *string `json:"consumer_name,omitempty"` Version *int32 `json:"version,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` DeletedAt *time.Time `json:"deleted_at,omitempty"` Manifest map[string]interface{} `json:"manifest,omitempty"` DeleteOption map[string]interface{} `json:"delete_option,omitempty"` UpdateStrategy map[string]interface{} `json:"update_strategy,omitempty"` Status map[string]interface{} `json:"status,omitempty"` }
ResourceAllOf struct for ResourceAllOf
func NewResourceAllOf ¶
func NewResourceAllOf() *ResourceAllOf
NewResourceAllOf instantiates a new ResourceAllOf 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
func NewResourceAllOfWithDefaults ¶
func NewResourceAllOfWithDefaults() *ResourceAllOf
NewResourceAllOfWithDefaults instantiates a new ResourceAllOf 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
func (*ResourceAllOf) GetConsumerName ¶
func (o *ResourceAllOf) GetConsumerName() string
GetConsumerName returns the ConsumerName field value if set, zero value otherwise.
func (*ResourceAllOf) GetConsumerNameOk ¶
func (o *ResourceAllOf) GetConsumerNameOk() (*string, bool)
GetConsumerNameOk returns a tuple with the ConsumerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetCreatedAt ¶
func (o *ResourceAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResourceAllOf) GetCreatedAtOk ¶
func (o *ResourceAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetDeleteOption ¶
func (o *ResourceAllOf) GetDeleteOption() map[string]interface{}
GetDeleteOption returns the DeleteOption field value if set, zero value otherwise.
func (*ResourceAllOf) GetDeleteOptionOk ¶
func (o *ResourceAllOf) GetDeleteOptionOk() (map[string]interface{}, bool)
GetDeleteOptionOk returns a tuple with the DeleteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetDeletedAt ¶
func (o *ResourceAllOf) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*ResourceAllOf) GetDeletedAtOk ¶
func (o *ResourceAllOf) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetManifest ¶
func (o *ResourceAllOf) GetManifest() map[string]interface{}
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*ResourceAllOf) GetManifestOk ¶
func (o *ResourceAllOf) GetManifestOk() (map[string]interface{}, bool)
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetName ¶
func (o *ResourceAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceAllOf) GetNameOk ¶
func (o *ResourceAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetStatus ¶
func (o *ResourceAllOf) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResourceAllOf) GetStatusOk ¶
func (o *ResourceAllOf) GetStatusOk() (map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetUpdateStrategy ¶
func (o *ResourceAllOf) GetUpdateStrategy() map[string]interface{}
GetUpdateStrategy returns the UpdateStrategy field value if set, zero value otherwise.
func (*ResourceAllOf) GetUpdateStrategyOk ¶
func (o *ResourceAllOf) GetUpdateStrategyOk() (map[string]interface{}, bool)
GetUpdateStrategyOk returns a tuple with the UpdateStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetUpdatedAt ¶
func (o *ResourceAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResourceAllOf) GetUpdatedAtOk ¶
func (o *ResourceAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) GetVersion ¶
func (o *ResourceAllOf) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResourceAllOf) GetVersionOk ¶
func (o *ResourceAllOf) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceAllOf) HasConsumerName ¶
func (o *ResourceAllOf) HasConsumerName() bool
HasConsumerName returns a boolean if a field has been set.
func (*ResourceAllOf) HasCreatedAt ¶
func (o *ResourceAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResourceAllOf) HasDeleteOption ¶
func (o *ResourceAllOf) HasDeleteOption() bool
HasDeleteOption returns a boolean if a field has been set.
func (*ResourceAllOf) HasDeletedAt ¶
func (o *ResourceAllOf) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*ResourceAllOf) HasManifest ¶
func (o *ResourceAllOf) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (*ResourceAllOf) HasName ¶
func (o *ResourceAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceAllOf) HasStatus ¶
func (o *ResourceAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResourceAllOf) HasUpdateStrategy ¶
func (o *ResourceAllOf) HasUpdateStrategy() bool
HasUpdateStrategy returns a boolean if a field has been set.
func (*ResourceAllOf) HasUpdatedAt ¶
func (o *ResourceAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*ResourceAllOf) HasVersion ¶
func (o *ResourceAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResourceAllOf) MarshalJSON ¶
func (o ResourceAllOf) MarshalJSON() ([]byte, error)
func (*ResourceAllOf) SetConsumerName ¶
func (o *ResourceAllOf) SetConsumerName(v string)
SetConsumerName gets a reference to the given string and assigns it to the ConsumerName field.
func (*ResourceAllOf) SetCreatedAt ¶
func (o *ResourceAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResourceAllOf) SetDeleteOption ¶
func (o *ResourceAllOf) SetDeleteOption(v map[string]interface{})
SetDeleteOption gets a reference to the given map[string]interface{} and assigns it to the DeleteOption field.
func (*ResourceAllOf) SetDeletedAt ¶
func (o *ResourceAllOf) SetDeletedAt(v time.Time)
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*ResourceAllOf) SetManifest ¶
func (o *ResourceAllOf) SetManifest(v map[string]interface{})
SetManifest gets a reference to the given map[string]interface{} and assigns it to the Manifest field.
func (*ResourceAllOf) SetName ¶
func (o *ResourceAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceAllOf) SetStatus ¶
func (o *ResourceAllOf) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*ResourceAllOf) SetUpdateStrategy ¶
func (o *ResourceAllOf) SetUpdateStrategy(v map[string]interface{})
SetUpdateStrategy gets a reference to the given map[string]interface{} and assigns it to the UpdateStrategy field.
func (*ResourceAllOf) SetUpdatedAt ¶
func (o *ResourceAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*ResourceAllOf) SetVersion ¶
func (o *ResourceAllOf) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResourceAllOf) ToMap ¶
func (o ResourceAllOf) ToMap() (map[string]interface{}, error)
type ResourceBundle ¶
type ResourceBundle struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Href *string `json:"href,omitempty"` Name *string `json:"name,omitempty"` ConsumerName *string `json:"consumer_name,omitempty"` Version *int32 `json:"version,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` DeletedAt *time.Time `json:"deleted_at,omitempty"` Metadata map[string]interface{} `json:"metadata,omitempty"` Manifests []map[string]interface{} `json:"manifests,omitempty"` DeleteOption map[string]interface{} `json:"delete_option,omitempty"` ManifestConfigs []map[string]interface{} `json:"manifest_configs,omitempty"` Status map[string]interface{} `json:"status,omitempty"` }
ResourceBundle struct for ResourceBundle
func NewResourceBundle ¶
func NewResourceBundle() *ResourceBundle
NewResourceBundle instantiates a new ResourceBundle 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
func NewResourceBundleWithDefaults ¶
func NewResourceBundleWithDefaults() *ResourceBundle
NewResourceBundleWithDefaults instantiates a new ResourceBundle 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
func (*ResourceBundle) GetConsumerName ¶
func (o *ResourceBundle) GetConsumerName() string
GetConsumerName returns the ConsumerName field value if set, zero value otherwise.
func (*ResourceBundle) GetConsumerNameOk ¶
func (o *ResourceBundle) GetConsumerNameOk() (*string, bool)
GetConsumerNameOk returns a tuple with the ConsumerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetCreatedAt ¶
func (o *ResourceBundle) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResourceBundle) GetCreatedAtOk ¶
func (o *ResourceBundle) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetDeleteOption ¶
func (o *ResourceBundle) GetDeleteOption() map[string]interface{}
GetDeleteOption returns the DeleteOption field value if set, zero value otherwise.
func (*ResourceBundle) GetDeleteOptionOk ¶
func (o *ResourceBundle) GetDeleteOptionOk() (map[string]interface{}, bool)
GetDeleteOptionOk returns a tuple with the DeleteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetDeletedAt ¶
func (o *ResourceBundle) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*ResourceBundle) GetDeletedAtOk ¶
func (o *ResourceBundle) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetHref ¶
func (o *ResourceBundle) GetHref() string
GetHref returns the Href field value if set, zero value otherwise.
func (*ResourceBundle) GetHrefOk ¶
func (o *ResourceBundle) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetId ¶
func (o *ResourceBundle) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*ResourceBundle) GetIdOk ¶
func (o *ResourceBundle) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetKind ¶
func (o *ResourceBundle) GetKind() string
GetKind returns the Kind field value if set, zero value otherwise.
func (*ResourceBundle) GetKindOk ¶
func (o *ResourceBundle) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetManifestConfigs ¶
func (o *ResourceBundle) GetManifestConfigs() []map[string]interface{}
GetManifestConfigs returns the ManifestConfigs field value if set, zero value otherwise.
func (*ResourceBundle) GetManifestConfigsOk ¶
func (o *ResourceBundle) GetManifestConfigsOk() ([]map[string]interface{}, bool)
GetManifestConfigsOk returns a tuple with the ManifestConfigs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetManifests ¶
func (o *ResourceBundle) GetManifests() []map[string]interface{}
GetManifests returns the Manifests field value if set, zero value otherwise.
func (*ResourceBundle) GetManifestsOk ¶
func (o *ResourceBundle) GetManifestsOk() ([]map[string]interface{}, bool)
GetManifestsOk returns a tuple with the Manifests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetMetadata ¶
func (o *ResourceBundle) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ResourceBundle) GetMetadataOk ¶
func (o *ResourceBundle) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetName ¶
func (o *ResourceBundle) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceBundle) GetNameOk ¶
func (o *ResourceBundle) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetStatus ¶
func (o *ResourceBundle) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResourceBundle) GetStatusOk ¶
func (o *ResourceBundle) GetStatusOk() (map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetUpdatedAt ¶
func (o *ResourceBundle) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResourceBundle) GetUpdatedAtOk ¶
func (o *ResourceBundle) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) GetVersion ¶
func (o *ResourceBundle) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResourceBundle) GetVersionOk ¶
func (o *ResourceBundle) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundle) HasConsumerName ¶
func (o *ResourceBundle) HasConsumerName() bool
HasConsumerName returns a boolean if a field has been set.
func (*ResourceBundle) HasCreatedAt ¶
func (o *ResourceBundle) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResourceBundle) HasDeleteOption ¶
func (o *ResourceBundle) HasDeleteOption() bool
HasDeleteOption returns a boolean if a field has been set.
func (*ResourceBundle) HasDeletedAt ¶
func (o *ResourceBundle) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*ResourceBundle) HasHref ¶
func (o *ResourceBundle) HasHref() bool
HasHref returns a boolean if a field has been set.
func (*ResourceBundle) HasId ¶
func (o *ResourceBundle) HasId() bool
HasId returns a boolean if a field has been set.
func (*ResourceBundle) HasKind ¶
func (o *ResourceBundle) HasKind() bool
HasKind returns a boolean if a field has been set.
func (*ResourceBundle) HasManifestConfigs ¶
func (o *ResourceBundle) HasManifestConfigs() bool
HasManifestConfigs returns a boolean if a field has been set.
func (*ResourceBundle) HasManifests ¶
func (o *ResourceBundle) HasManifests() bool
HasManifests returns a boolean if a field has been set.
func (*ResourceBundle) HasMetadata ¶
func (o *ResourceBundle) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ResourceBundle) HasName ¶
func (o *ResourceBundle) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceBundle) HasStatus ¶
func (o *ResourceBundle) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResourceBundle) HasUpdatedAt ¶
func (o *ResourceBundle) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*ResourceBundle) HasVersion ¶
func (o *ResourceBundle) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResourceBundle) MarshalJSON ¶
func (o ResourceBundle) MarshalJSON() ([]byte, error)
func (*ResourceBundle) SetConsumerName ¶
func (o *ResourceBundle) SetConsumerName(v string)
SetConsumerName gets a reference to the given string and assigns it to the ConsumerName field.
func (*ResourceBundle) SetCreatedAt ¶
func (o *ResourceBundle) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResourceBundle) SetDeleteOption ¶
func (o *ResourceBundle) SetDeleteOption(v map[string]interface{})
SetDeleteOption gets a reference to the given map[string]interface{} and assigns it to the DeleteOption field.
func (*ResourceBundle) SetDeletedAt ¶
func (o *ResourceBundle) SetDeletedAt(v time.Time)
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*ResourceBundle) SetHref ¶
func (o *ResourceBundle) SetHref(v string)
SetHref gets a reference to the given string and assigns it to the Href field.
func (*ResourceBundle) SetId ¶
func (o *ResourceBundle) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*ResourceBundle) SetKind ¶
func (o *ResourceBundle) SetKind(v string)
SetKind gets a reference to the given string and assigns it to the Kind field.
func (*ResourceBundle) SetManifestConfigs ¶
func (o *ResourceBundle) SetManifestConfigs(v []map[string]interface{})
SetManifestConfigs gets a reference to the given []map[string]interface{} and assigns it to the ManifestConfigs field.
func (*ResourceBundle) SetManifests ¶
func (o *ResourceBundle) SetManifests(v []map[string]interface{})
SetManifests gets a reference to the given []map[string]interface{} and assigns it to the Manifests field.
func (*ResourceBundle) SetMetadata ¶
func (o *ResourceBundle) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*ResourceBundle) SetName ¶
func (o *ResourceBundle) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceBundle) SetStatus ¶
func (o *ResourceBundle) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*ResourceBundle) SetUpdatedAt ¶
func (o *ResourceBundle) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*ResourceBundle) SetVersion ¶
func (o *ResourceBundle) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResourceBundle) ToMap ¶
func (o ResourceBundle) ToMap() (map[string]interface{}, error)
type ResourceBundleAllOf ¶
type ResourceBundleAllOf struct { Name *string `json:"name,omitempty"` ConsumerName *string `json:"consumer_name,omitempty"` Version *int32 `json:"version,omitempty"` CreatedAt *time.Time `json:"created_at,omitempty"` UpdatedAt *time.Time `json:"updated_at,omitempty"` DeletedAt *time.Time `json:"deleted_at,omitempty"` Metadata map[string]interface{} `json:"metadata,omitempty"` Manifests []map[string]interface{} `json:"manifests,omitempty"` DeleteOption map[string]interface{} `json:"delete_option,omitempty"` ManifestConfigs []map[string]interface{} `json:"manifest_configs,omitempty"` Status map[string]interface{} `json:"status,omitempty"` }
ResourceBundleAllOf struct for ResourceBundleAllOf
func NewResourceBundleAllOf ¶
func NewResourceBundleAllOf() *ResourceBundleAllOf
NewResourceBundleAllOf instantiates a new ResourceBundleAllOf 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
func NewResourceBundleAllOfWithDefaults ¶
func NewResourceBundleAllOfWithDefaults() *ResourceBundleAllOf
NewResourceBundleAllOfWithDefaults instantiates a new ResourceBundleAllOf 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
func (*ResourceBundleAllOf) GetConsumerName ¶
func (o *ResourceBundleAllOf) GetConsumerName() string
GetConsumerName returns the ConsumerName field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetConsumerNameOk ¶
func (o *ResourceBundleAllOf) GetConsumerNameOk() (*string, bool)
GetConsumerNameOk returns a tuple with the ConsumerName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetCreatedAt ¶
func (o *ResourceBundleAllOf) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetCreatedAtOk ¶
func (o *ResourceBundleAllOf) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetDeleteOption ¶
func (o *ResourceBundleAllOf) GetDeleteOption() map[string]interface{}
GetDeleteOption returns the DeleteOption field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetDeleteOptionOk ¶
func (o *ResourceBundleAllOf) GetDeleteOptionOk() (map[string]interface{}, bool)
GetDeleteOptionOk returns a tuple with the DeleteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetDeletedAt ¶
func (o *ResourceBundleAllOf) GetDeletedAt() time.Time
GetDeletedAt returns the DeletedAt field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetDeletedAtOk ¶
func (o *ResourceBundleAllOf) GetDeletedAtOk() (*time.Time, bool)
GetDeletedAtOk returns a tuple with the DeletedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetManifestConfigs ¶
func (o *ResourceBundleAllOf) GetManifestConfigs() []map[string]interface{}
GetManifestConfigs returns the ManifestConfigs field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetManifestConfigsOk ¶
func (o *ResourceBundleAllOf) GetManifestConfigsOk() ([]map[string]interface{}, bool)
GetManifestConfigsOk returns a tuple with the ManifestConfigs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetManifests ¶
func (o *ResourceBundleAllOf) GetManifests() []map[string]interface{}
GetManifests returns the Manifests field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetManifestsOk ¶
func (o *ResourceBundleAllOf) GetManifestsOk() ([]map[string]interface{}, bool)
GetManifestsOk returns a tuple with the Manifests field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetMetadata ¶
func (o *ResourceBundleAllOf) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetMetadataOk ¶
func (o *ResourceBundleAllOf) GetMetadataOk() (map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetName ¶
func (o *ResourceBundleAllOf) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetNameOk ¶
func (o *ResourceBundleAllOf) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetStatus ¶
func (o *ResourceBundleAllOf) GetStatus() map[string]interface{}
GetStatus returns the Status field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetStatusOk ¶
func (o *ResourceBundleAllOf) GetStatusOk() (map[string]interface{}, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetUpdatedAt ¶
func (o *ResourceBundleAllOf) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetUpdatedAtOk ¶
func (o *ResourceBundleAllOf) GetUpdatedAtOk() (*time.Time, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) GetVersion ¶
func (o *ResourceBundleAllOf) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResourceBundleAllOf) GetVersionOk ¶
func (o *ResourceBundleAllOf) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleAllOf) HasConsumerName ¶
func (o *ResourceBundleAllOf) HasConsumerName() bool
HasConsumerName returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasCreatedAt ¶
func (o *ResourceBundleAllOf) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasDeleteOption ¶
func (o *ResourceBundleAllOf) HasDeleteOption() bool
HasDeleteOption returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasDeletedAt ¶
func (o *ResourceBundleAllOf) HasDeletedAt() bool
HasDeletedAt returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasManifestConfigs ¶
func (o *ResourceBundleAllOf) HasManifestConfigs() bool
HasManifestConfigs returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasManifests ¶
func (o *ResourceBundleAllOf) HasManifests() bool
HasManifests returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasMetadata ¶
func (o *ResourceBundleAllOf) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasName ¶
func (o *ResourceBundleAllOf) HasName() bool
HasName returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasStatus ¶
func (o *ResourceBundleAllOf) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasUpdatedAt ¶
func (o *ResourceBundleAllOf) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (*ResourceBundleAllOf) HasVersion ¶
func (o *ResourceBundleAllOf) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResourceBundleAllOf) MarshalJSON ¶
func (o ResourceBundleAllOf) MarshalJSON() ([]byte, error)
func (*ResourceBundleAllOf) SetConsumerName ¶
func (o *ResourceBundleAllOf) SetConsumerName(v string)
SetConsumerName gets a reference to the given string and assigns it to the ConsumerName field.
func (*ResourceBundleAllOf) SetCreatedAt ¶
func (o *ResourceBundleAllOf) SetCreatedAt(v time.Time)
SetCreatedAt gets a reference to the given time.Time and assigns it to the CreatedAt field.
func (*ResourceBundleAllOf) SetDeleteOption ¶
func (o *ResourceBundleAllOf) SetDeleteOption(v map[string]interface{})
SetDeleteOption gets a reference to the given map[string]interface{} and assigns it to the DeleteOption field.
func (*ResourceBundleAllOf) SetDeletedAt ¶
func (o *ResourceBundleAllOf) SetDeletedAt(v time.Time)
SetDeletedAt gets a reference to the given time.Time and assigns it to the DeletedAt field.
func (*ResourceBundleAllOf) SetManifestConfigs ¶
func (o *ResourceBundleAllOf) SetManifestConfigs(v []map[string]interface{})
SetManifestConfigs gets a reference to the given []map[string]interface{} and assigns it to the ManifestConfigs field.
func (*ResourceBundleAllOf) SetManifests ¶
func (o *ResourceBundleAllOf) SetManifests(v []map[string]interface{})
SetManifests gets a reference to the given []map[string]interface{} and assigns it to the Manifests field.
func (*ResourceBundleAllOf) SetMetadata ¶
func (o *ResourceBundleAllOf) SetMetadata(v map[string]interface{})
SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.
func (*ResourceBundleAllOf) SetName ¶
func (o *ResourceBundleAllOf) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ResourceBundleAllOf) SetStatus ¶
func (o *ResourceBundleAllOf) SetStatus(v map[string]interface{})
SetStatus gets a reference to the given map[string]interface{} and assigns it to the Status field.
func (*ResourceBundleAllOf) SetUpdatedAt ¶
func (o *ResourceBundleAllOf) SetUpdatedAt(v time.Time)
SetUpdatedAt gets a reference to the given time.Time and assigns it to the UpdatedAt field.
func (*ResourceBundleAllOf) SetVersion ¶
func (o *ResourceBundleAllOf) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResourceBundleAllOf) ToMap ¶
func (o ResourceBundleAllOf) ToMap() (map[string]interface{}, error)
type ResourceBundleList ¶
type ResourceBundleList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []ResourceBundle `json:"items"` }
ResourceBundleList struct for ResourceBundleList
func NewResourceBundleList ¶
func NewResourceBundleList(kind string, page int32, size int32, total int32, items []ResourceBundle) *ResourceBundleList
NewResourceBundleList instantiates a new ResourceBundleList 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
func NewResourceBundleListWithDefaults ¶
func NewResourceBundleListWithDefaults() *ResourceBundleList
NewResourceBundleListWithDefaults instantiates a new ResourceBundleList 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
func (*ResourceBundleList) GetItems ¶
func (o *ResourceBundleList) GetItems() []ResourceBundle
GetItems returns the Items field value
func (*ResourceBundleList) GetItemsOk ¶
func (o *ResourceBundleList) GetItemsOk() ([]ResourceBundle, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ResourceBundleList) GetKind ¶
func (o *ResourceBundleList) GetKind() string
GetKind returns the Kind field value
func (*ResourceBundleList) GetKindOk ¶
func (o *ResourceBundleList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ResourceBundleList) GetPage ¶
func (o *ResourceBundleList) GetPage() int32
GetPage returns the Page field value
func (*ResourceBundleList) GetPageOk ¶
func (o *ResourceBundleList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ResourceBundleList) GetSize ¶
func (o *ResourceBundleList) GetSize() int32
GetSize returns the Size field value
func (*ResourceBundleList) GetSizeOk ¶
func (o *ResourceBundleList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ResourceBundleList) GetTotal ¶
func (o *ResourceBundleList) GetTotal() int32
GetTotal returns the Total field value
func (*ResourceBundleList) GetTotalOk ¶
func (o *ResourceBundleList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ResourceBundleList) MarshalJSON ¶
func (o ResourceBundleList) MarshalJSON() ([]byte, error)
func (*ResourceBundleList) SetItems ¶
func (o *ResourceBundleList) SetItems(v []ResourceBundle)
SetItems sets field value
func (*ResourceBundleList) SetKind ¶
func (o *ResourceBundleList) SetKind(v string)
SetKind sets field value
func (*ResourceBundleList) SetPage ¶
func (o *ResourceBundleList) SetPage(v int32)
SetPage sets field value
func (*ResourceBundleList) SetSize ¶
func (o *ResourceBundleList) SetSize(v int32)
SetSize sets field value
func (*ResourceBundleList) SetTotal ¶
func (o *ResourceBundleList) SetTotal(v int32)
SetTotal sets field value
func (ResourceBundleList) ToMap ¶
func (o ResourceBundleList) ToMap() (map[string]interface{}, error)
type ResourceBundleListAllOf ¶
type ResourceBundleListAllOf struct {
Items []ResourceBundle `json:"items,omitempty"`
}
ResourceBundleListAllOf struct for ResourceBundleListAllOf
func NewResourceBundleListAllOf ¶
func NewResourceBundleListAllOf() *ResourceBundleListAllOf
NewResourceBundleListAllOf instantiates a new ResourceBundleListAllOf 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
func NewResourceBundleListAllOfWithDefaults ¶
func NewResourceBundleListAllOfWithDefaults() *ResourceBundleListAllOf
NewResourceBundleListAllOfWithDefaults instantiates a new ResourceBundleListAllOf 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
func (*ResourceBundleListAllOf) GetItems ¶
func (o *ResourceBundleListAllOf) GetItems() []ResourceBundle
GetItems returns the Items field value if set, zero value otherwise.
func (*ResourceBundleListAllOf) GetItemsOk ¶
func (o *ResourceBundleListAllOf) GetItemsOk() ([]ResourceBundle, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceBundleListAllOf) HasItems ¶
func (o *ResourceBundleListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ResourceBundleListAllOf) MarshalJSON ¶
func (o ResourceBundleListAllOf) MarshalJSON() ([]byte, error)
func (*ResourceBundleListAllOf) SetItems ¶
func (o *ResourceBundleListAllOf) SetItems(v []ResourceBundle)
SetItems gets a reference to the given []ResourceBundle and assigns it to the Items field.
func (ResourceBundleListAllOf) ToMap ¶
func (o ResourceBundleListAllOf) ToMap() (map[string]interface{}, error)
type ResourceList ¶
type ResourceList struct { Kind string `json:"kind"` Page int32 `json:"page"` Size int32 `json:"size"` Total int32 `json:"total"` Items []Resource `json:"items"` }
ResourceList struct for ResourceList
func NewResourceList ¶
func NewResourceList(kind string, page int32, size int32, total int32, items []Resource) *ResourceList
NewResourceList instantiates a new ResourceList 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
func NewResourceListWithDefaults ¶
func NewResourceListWithDefaults() *ResourceList
NewResourceListWithDefaults instantiates a new ResourceList 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
func (*ResourceList) GetItems ¶
func (o *ResourceList) GetItems() []Resource
GetItems returns the Items field value
func (*ResourceList) GetItemsOk ¶
func (o *ResourceList) GetItemsOk() ([]Resource, bool)
GetItemsOk returns a tuple with the Items field value and a boolean to check if the value has been set.
func (*ResourceList) GetKind ¶
func (o *ResourceList) GetKind() string
GetKind returns the Kind field value
func (*ResourceList) GetKindOk ¶
func (o *ResourceList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field value and a boolean to check if the value has been set.
func (*ResourceList) GetPage ¶
func (o *ResourceList) GetPage() int32
GetPage returns the Page field value
func (*ResourceList) GetPageOk ¶
func (o *ResourceList) GetPageOk() (*int32, bool)
GetPageOk returns a tuple with the Page field value and a boolean to check if the value has been set.
func (*ResourceList) GetSize ¶
func (o *ResourceList) GetSize() int32
GetSize returns the Size field value
func (*ResourceList) GetSizeOk ¶
func (o *ResourceList) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field value and a boolean to check if the value has been set.
func (*ResourceList) GetTotal ¶
func (o *ResourceList) GetTotal() int32
GetTotal returns the Total field value
func (*ResourceList) GetTotalOk ¶
func (o *ResourceList) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (ResourceList) MarshalJSON ¶
func (o ResourceList) MarshalJSON() ([]byte, error)
func (*ResourceList) SetItems ¶
func (o *ResourceList) SetItems(v []Resource)
SetItems sets field value
func (ResourceList) ToMap ¶
func (o ResourceList) ToMap() (map[string]interface{}, error)
type ResourceListAllOf ¶
type ResourceListAllOf struct {
Items []Resource `json:"items,omitempty"`
}
ResourceListAllOf struct for ResourceListAllOf
func NewResourceListAllOf ¶
func NewResourceListAllOf() *ResourceListAllOf
NewResourceListAllOf instantiates a new ResourceListAllOf 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
func NewResourceListAllOfWithDefaults ¶
func NewResourceListAllOfWithDefaults() *ResourceListAllOf
NewResourceListAllOfWithDefaults instantiates a new ResourceListAllOf 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
func (*ResourceListAllOf) GetItems ¶
func (o *ResourceListAllOf) GetItems() []Resource
GetItems returns the Items field value if set, zero value otherwise.
func (*ResourceListAllOf) GetItemsOk ¶
func (o *ResourceListAllOf) GetItemsOk() ([]Resource, bool)
GetItemsOk returns a tuple with the Items field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourceListAllOf) HasItems ¶
func (o *ResourceListAllOf) HasItems() bool
HasItems returns a boolean if a field has been set.
func (ResourceListAllOf) MarshalJSON ¶
func (o ResourceListAllOf) MarshalJSON() ([]byte, error)
func (*ResourceListAllOf) SetItems ¶
func (o *ResourceListAllOf) SetItems(v []Resource)
SetItems gets a reference to the given []Resource and assigns it to the Items field.
func (ResourceListAllOf) ToMap ¶
func (o ResourceListAllOf) ToMap() (map[string]interface{}, error)
type ResourcePatchRequest ¶
type ResourcePatchRequest struct { Version *int32 `json:"version,omitempty"` Manifest map[string]interface{} `json:"manifest,omitempty"` DeleteOption map[string]interface{} `json:"delete_option,omitempty"` UpdateStrategy map[string]interface{} `json:"update_strategy,omitempty"` }
ResourcePatchRequest struct for ResourcePatchRequest
func NewResourcePatchRequest ¶
func NewResourcePatchRequest() *ResourcePatchRequest
NewResourcePatchRequest instantiates a new ResourcePatchRequest 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
func NewResourcePatchRequestWithDefaults ¶
func NewResourcePatchRequestWithDefaults() *ResourcePatchRequest
NewResourcePatchRequestWithDefaults instantiates a new ResourcePatchRequest 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
func (*ResourcePatchRequest) GetDeleteOption ¶
func (o *ResourcePatchRequest) GetDeleteOption() map[string]interface{}
GetDeleteOption returns the DeleteOption field value if set, zero value otherwise.
func (*ResourcePatchRequest) GetDeleteOptionOk ¶
func (o *ResourcePatchRequest) GetDeleteOptionOk() (map[string]interface{}, bool)
GetDeleteOptionOk returns a tuple with the DeleteOption field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourcePatchRequest) GetManifest ¶
func (o *ResourcePatchRequest) GetManifest() map[string]interface{}
GetManifest returns the Manifest field value if set, zero value otherwise.
func (*ResourcePatchRequest) GetManifestOk ¶
func (o *ResourcePatchRequest) GetManifestOk() (map[string]interface{}, bool)
GetManifestOk returns a tuple with the Manifest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourcePatchRequest) GetUpdateStrategy ¶
func (o *ResourcePatchRequest) GetUpdateStrategy() map[string]interface{}
GetUpdateStrategy returns the UpdateStrategy field value if set, zero value otherwise.
func (*ResourcePatchRequest) GetUpdateStrategyOk ¶
func (o *ResourcePatchRequest) GetUpdateStrategyOk() (map[string]interface{}, bool)
GetUpdateStrategyOk returns a tuple with the UpdateStrategy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourcePatchRequest) GetVersion ¶
func (o *ResourcePatchRequest) GetVersion() int32
GetVersion returns the Version field value if set, zero value otherwise.
func (*ResourcePatchRequest) GetVersionOk ¶
func (o *ResourcePatchRequest) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ResourcePatchRequest) HasDeleteOption ¶
func (o *ResourcePatchRequest) HasDeleteOption() bool
HasDeleteOption returns a boolean if a field has been set.
func (*ResourcePatchRequest) HasManifest ¶
func (o *ResourcePatchRequest) HasManifest() bool
HasManifest returns a boolean if a field has been set.
func (*ResourcePatchRequest) HasUpdateStrategy ¶
func (o *ResourcePatchRequest) HasUpdateStrategy() bool
HasUpdateStrategy returns a boolean if a field has been set.
func (*ResourcePatchRequest) HasVersion ¶
func (o *ResourcePatchRequest) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (ResourcePatchRequest) MarshalJSON ¶
func (o ResourcePatchRequest) MarshalJSON() ([]byte, error)
func (*ResourcePatchRequest) SetDeleteOption ¶
func (o *ResourcePatchRequest) SetDeleteOption(v map[string]interface{})
SetDeleteOption gets a reference to the given map[string]interface{} and assigns it to the DeleteOption field.
func (*ResourcePatchRequest) SetManifest ¶
func (o *ResourcePatchRequest) SetManifest(v map[string]interface{})
SetManifest gets a reference to the given map[string]interface{} and assigns it to the Manifest field.
func (*ResourcePatchRequest) SetUpdateStrategy ¶
func (o *ResourcePatchRequest) SetUpdateStrategy(v map[string]interface{})
SetUpdateStrategy gets a reference to the given map[string]interface{} and assigns it to the UpdateStrategy field.
func (*ResourcePatchRequest) SetVersion ¶
func (o *ResourcePatchRequest) SetVersion(v int32)
SetVersion gets a reference to the given int32 and assigns it to the Version field.
func (ResourcePatchRequest) ToMap ¶
func (o ResourcePatchRequest) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
Source Files ¶
- api_default.go
- client.go
- configuration.go
- model_consumer.go
- model_consumer_all_of.go
- model_consumer_list.go
- model_consumer_list_all_of.go
- model_consumer_patch_request.go
- model_error.go
- model_error_all_of.go
- model_error_list.go
- model_error_list_all_of.go
- model_list.go
- model_object_reference.go
- model_resource.go
- model_resource_all_of.go
- model_resource_bundle.go
- model_resource_bundle_all_of.go
- model_resource_bundle_list.go
- model_resource_bundle_list_all_of.go
- model_resource_list.go
- model_resource_list_all_of.go
- model_resource_patch_request.go
- response.go
- utils.go