Documentation
¶
Index ¶
- Constants
- func MarshalAccessReviewRequest(object *AccessReviewRequest, writer io.Writer) error
- func MarshalAccessReviewRequestList(list []*AccessReviewRequest, writer io.Writer) error
- func MarshalAccessReviewResponse(object *AccessReviewResponse, writer io.Writer) error
- func MarshalAccessReviewResponseList(list []*AccessReviewResponse, writer io.Writer) error
- func MarshalBooleanList(list []bool, writer io.Writer) error
- func MarshalCapabilityReviewRequest(object *CapabilityReviewRequest, writer io.Writer) error
- func MarshalCapabilityReviewRequestList(list []*CapabilityReviewRequest, writer io.Writer) error
- func MarshalCapabilityReviewResponse(object *CapabilityReviewResponse, writer io.Writer) error
- func MarshalCapabilityReviewResponseList(list []*CapabilityReviewResponse, writer io.Writer) error
- func MarshalDateList(list []time.Time, writer io.Writer) error
- func MarshalExportControlReviewRequest(object *ExportControlReviewRequest, writer io.Writer) error
- func MarshalExportControlReviewRequestList(list []*ExportControlReviewRequest, writer io.Writer) error
- func MarshalExportControlReviewResponse(object *ExportControlReviewResponse, writer io.Writer) error
- func MarshalExportControlReviewResponseList(list []*ExportControlReviewResponse, writer io.Writer) error
- func MarshalFeatureReviewRequest(object *FeatureReviewRequest, writer io.Writer) error
- func MarshalFeatureReviewRequestList(list []*FeatureReviewRequest, writer io.Writer) error
- func MarshalFeatureReviewResponse(object *FeatureReviewResponse, writer io.Writer) error
- func MarshalFeatureReviewResponseList(list []*FeatureReviewResponse, writer io.Writer) error
- func MarshalFloatList(list []float64, writer io.Writer) error
- func MarshalIntegerList(list []int, writer io.Writer) error
- func MarshalInterfaceList(list []interface{}, writer io.Writer) error
- func MarshalLongList(list []int64, writer io.Writer) error
- func MarshalMetadata(object *Metadata, writer io.Writer) error
- func MarshalResourceReview(object *ResourceReview, writer io.Writer) error
- func MarshalResourceReviewList(list []*ResourceReview, writer io.Writer) error
- func MarshalResourceReviewRequest(object *ResourceReviewRequest, writer io.Writer) error
- func MarshalResourceReviewRequestList(list []*ResourceReviewRequest, writer io.Writer) error
- func MarshalSelfAccessReviewRequest(object *SelfAccessReviewRequest, writer io.Writer) error
- func MarshalSelfAccessReviewRequestList(list []*SelfAccessReviewRequest, writer io.Writer) error
- func MarshalSelfAccessReviewResponse(object *SelfAccessReviewResponse, writer io.Writer) error
- func MarshalSelfAccessReviewResponseList(list []*SelfAccessReviewResponse, writer io.Writer) error
- func MarshalSelfCapabilityReviewRequest(object *SelfCapabilityReviewRequest, writer io.Writer) error
- func MarshalSelfCapabilityReviewRequestList(list []*SelfCapabilityReviewRequest, writer io.Writer) error
- func MarshalSelfCapabilityReviewResponse(object *SelfCapabilityReviewResponse, writer io.Writer) error
- func MarshalSelfCapabilityReviewResponseList(list []*SelfCapabilityReviewResponse, writer io.Writer) error
- func MarshalSelfFeatureReviewRequest(object *SelfFeatureReviewRequest, writer io.Writer) error
- func MarshalSelfFeatureReviewRequestList(list []*SelfFeatureReviewRequest, writer io.Writer) error
- func MarshalSelfFeatureReviewResponse(object *SelfFeatureReviewResponse, writer io.Writer) error
- func MarshalSelfFeatureReviewResponseList(list []*SelfFeatureReviewResponse, writer io.Writer) error
- func MarshalSelfTermsReviewRequest(object *SelfTermsReviewRequest, writer io.Writer) error
- func MarshalSelfTermsReviewRequestList(list []*SelfTermsReviewRequest, writer io.Writer) error
- func MarshalStringList(list []string, writer io.Writer) error
- func MarshalSubscriptionStatusList(list []SubscriptionStatus, writer io.Writer) error
- func MarshalTermsReviewRequest(object *TermsReviewRequest, writer io.Writer) error
- func MarshalTermsReviewRequestList(list []*TermsReviewRequest, writer io.Writer) error
- func MarshalTermsReviewResponse(object *TermsReviewResponse, writer io.Writer) error
- func MarshalTermsReviewResponseList(list []*TermsReviewResponse, writer io.Writer) error
- func ReadBooleanList(iterator *jsoniter.Iterator) []bool
- func ReadDateList(iterator *jsoniter.Iterator) []time.Time
- func ReadFloatList(iterator *jsoniter.Iterator) []float64
- func ReadIntegerList(iterator *jsoniter.Iterator) []int
- func ReadInterfaceList(iterator *jsoniter.Iterator) []interface{}
- func ReadLongList(iterator *jsoniter.Iterator) []int64
- func ReadStringList(iterator *jsoniter.Iterator) []string
- func UnmarshalBooleanList(source interface{}) (items []bool, err error)
- func UnmarshalDateList(source interface{}) (items []time.Time, err error)
- func UnmarshalFloatList(source interface{}) (items []float64, err error)
- func UnmarshalIntegerList(source interface{}) (items []int, err error)
- func UnmarshalInterfaceList(source interface{}) (items []interface{}, err error)
- func UnmarshalLongList(source interface{}) (items []int64, err error)
- func UnmarshalStringList(source interface{}) (items []string, err error)
- func WriteAccessReviewRequest(object *AccessReviewRequest, stream *jsoniter.Stream)
- func WriteAccessReviewRequestList(list []*AccessReviewRequest, stream *jsoniter.Stream)
- func WriteAccessReviewResponse(object *AccessReviewResponse, stream *jsoniter.Stream)
- func WriteAccessReviewResponseList(list []*AccessReviewResponse, stream *jsoniter.Stream)
- func WriteBooleanList(list []bool, stream *jsoniter.Stream)
- func WriteCapabilityReviewRequest(object *CapabilityReviewRequest, stream *jsoniter.Stream)
- func WriteCapabilityReviewRequestList(list []*CapabilityReviewRequest, stream *jsoniter.Stream)
- func WriteCapabilityReviewResponse(object *CapabilityReviewResponse, stream *jsoniter.Stream)
- func WriteCapabilityReviewResponseList(list []*CapabilityReviewResponse, stream *jsoniter.Stream)
- func WriteDateList(list []time.Time, stream *jsoniter.Stream)
- func WriteExportControlReviewRequest(object *ExportControlReviewRequest, stream *jsoniter.Stream)
- func WriteExportControlReviewRequestList(list []*ExportControlReviewRequest, stream *jsoniter.Stream)
- func WriteExportControlReviewResponse(object *ExportControlReviewResponse, stream *jsoniter.Stream)
- func WriteExportControlReviewResponseList(list []*ExportControlReviewResponse, stream *jsoniter.Stream)
- func WriteFeatureReviewRequest(object *FeatureReviewRequest, stream *jsoniter.Stream)
- func WriteFeatureReviewRequestList(list []*FeatureReviewRequest, stream *jsoniter.Stream)
- func WriteFeatureReviewResponse(object *FeatureReviewResponse, stream *jsoniter.Stream)
- func WriteFeatureReviewResponseList(list []*FeatureReviewResponse, stream *jsoniter.Stream)
- func WriteFloatList(list []float64, stream *jsoniter.Stream)
- func WriteIntegerList(list []int, stream *jsoniter.Stream)
- func WriteInterfaceList(list []interface{}, stream *jsoniter.Stream)
- func WriteLongList(list []int64, stream *jsoniter.Stream)
- func WriteResourceReview(object *ResourceReview, stream *jsoniter.Stream)
- func WriteResourceReviewList(list []*ResourceReview, stream *jsoniter.Stream)
- func WriteResourceReviewRequest(object *ResourceReviewRequest, stream *jsoniter.Stream)
- func WriteResourceReviewRequestList(list []*ResourceReviewRequest, stream *jsoniter.Stream)
- func WriteSelfAccessReviewRequest(object *SelfAccessReviewRequest, stream *jsoniter.Stream)
- func WriteSelfAccessReviewRequestList(list []*SelfAccessReviewRequest, stream *jsoniter.Stream)
- func WriteSelfAccessReviewResponse(object *SelfAccessReviewResponse, stream *jsoniter.Stream)
- func WriteSelfAccessReviewResponseList(list []*SelfAccessReviewResponse, stream *jsoniter.Stream)
- func WriteSelfCapabilityReviewRequest(object *SelfCapabilityReviewRequest, stream *jsoniter.Stream)
- func WriteSelfCapabilityReviewRequestList(list []*SelfCapabilityReviewRequest, stream *jsoniter.Stream)
- func WriteSelfCapabilityReviewResponse(object *SelfCapabilityReviewResponse, stream *jsoniter.Stream)
- func WriteSelfCapabilityReviewResponseList(list []*SelfCapabilityReviewResponse, stream *jsoniter.Stream)
- func WriteSelfFeatureReviewRequest(object *SelfFeatureReviewRequest, stream *jsoniter.Stream)
- func WriteSelfFeatureReviewRequestList(list []*SelfFeatureReviewRequest, stream *jsoniter.Stream)
- func WriteSelfFeatureReviewResponse(object *SelfFeatureReviewResponse, stream *jsoniter.Stream)
- func WriteSelfFeatureReviewResponseList(list []*SelfFeatureReviewResponse, stream *jsoniter.Stream)
- func WriteSelfTermsReviewRequest(object *SelfTermsReviewRequest, stream *jsoniter.Stream)
- func WriteSelfTermsReviewRequestList(list []*SelfTermsReviewRequest, stream *jsoniter.Stream)
- func WriteStringList(list []string, stream *jsoniter.Stream)
- func WriteSubscriptionStatusList(list []SubscriptionStatus, stream *jsoniter.Stream)
- func WriteTermsReviewRequest(object *TermsReviewRequest, stream *jsoniter.Stream)
- func WriteTermsReviewRequestList(list []*TermsReviewRequest, stream *jsoniter.Stream)
- func WriteTermsReviewResponse(object *TermsReviewResponse, stream *jsoniter.Stream)
- func WriteTermsReviewResponseList(list []*TermsReviewResponse, stream *jsoniter.Stream)
- type AccessReviewRequest
- func ReadAccessReviewRequest(iterator *jsoniter.Iterator) *AccessReviewRequest
- func ReadAccessReviewRequestList(iterator *jsoniter.Iterator) []*AccessReviewRequest
- func UnmarshalAccessReviewRequest(source interface{}) (object *AccessReviewRequest, err error)
- func UnmarshalAccessReviewRequestList(source interface{}) (items []*AccessReviewRequest, err error)
- func (o *AccessReviewRequest) AccountUsername() string
- func (o *AccessReviewRequest) Action() string
- func (o *AccessReviewRequest) ClusterID() string
- func (o *AccessReviewRequest) ClusterUUID() string
- func (o *AccessReviewRequest) Empty() bool
- func (o *AccessReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *AccessReviewRequest) GetAction() (value string, ok bool)
- func (o *AccessReviewRequest) GetClusterID() (value string, ok bool)
- func (o *AccessReviewRequest) GetClusterUUID() (value string, ok bool)
- func (o *AccessReviewRequest) GetOrganizationID() (value string, ok bool)
- func (o *AccessReviewRequest) GetResourceType() (value string, ok bool)
- func (o *AccessReviewRequest) GetSubscriptionID() (value string, ok bool)
- func (o *AccessReviewRequest) OrganizationID() string
- func (o *AccessReviewRequest) ResourceType() string
- func (o *AccessReviewRequest) SubscriptionID() string
- type AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) AccountUsername(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) Action(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) Build() (object *AccessReviewRequest, err error)
- func (b *AccessReviewRequestBuilder) ClusterID(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) ClusterUUID(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) Copy(object *AccessReviewRequest) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) Empty() bool
- func (b *AccessReviewRequestBuilder) OrganizationID(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) ResourceType(value string) *AccessReviewRequestBuilder
- func (b *AccessReviewRequestBuilder) SubscriptionID(value string) *AccessReviewRequestBuilder
- type AccessReviewRequestList
- func (l *AccessReviewRequestList) Each(f func(item *AccessReviewRequest) bool)
- func (l *AccessReviewRequestList) Empty() bool
- func (l *AccessReviewRequestList) Get(i int) *AccessReviewRequest
- func (l *AccessReviewRequestList) Items() []*AccessReviewRequest
- func (l *AccessReviewRequestList) Len() int
- func (l *AccessReviewRequestList) Range(f func(index int, item *AccessReviewRequest) bool)
- func (l *AccessReviewRequestList) SetHREF(href string)
- func (l *AccessReviewRequestList) SetItems(items []*AccessReviewRequest)
- func (l *AccessReviewRequestList) SetLink(link bool)
- func (l *AccessReviewRequestList) Slice() []*AccessReviewRequest
- type AccessReviewRequestListBuilder
- func (b *AccessReviewRequestListBuilder) Build() (list *AccessReviewRequestList, err error)
- func (b *AccessReviewRequestListBuilder) Copy(list *AccessReviewRequestList) *AccessReviewRequestListBuilder
- func (b *AccessReviewRequestListBuilder) Empty() bool
- func (b *AccessReviewRequestListBuilder) Items(values ...*AccessReviewRequestBuilder) *AccessReviewRequestListBuilder
- type AccessReviewResponse
- func ReadAccessReviewResponse(iterator *jsoniter.Iterator) *AccessReviewResponse
- func ReadAccessReviewResponseList(iterator *jsoniter.Iterator) []*AccessReviewResponse
- func UnmarshalAccessReviewResponse(source interface{}) (object *AccessReviewResponse, err error)
- func UnmarshalAccessReviewResponseList(source interface{}) (items []*AccessReviewResponse, err error)
- func (o *AccessReviewResponse) AccountUsername() string
- func (o *AccessReviewResponse) Action() string
- func (o *AccessReviewResponse) Allowed() bool
- func (o *AccessReviewResponse) ClusterID() string
- func (o *AccessReviewResponse) ClusterUUID() string
- func (o *AccessReviewResponse) Empty() bool
- func (o *AccessReviewResponse) GetAccountUsername() (value string, ok bool)
- func (o *AccessReviewResponse) GetAction() (value string, ok bool)
- func (o *AccessReviewResponse) GetAllowed() (value bool, ok bool)
- func (o *AccessReviewResponse) GetClusterID() (value string, ok bool)
- func (o *AccessReviewResponse) GetClusterUUID() (value string, ok bool)
- func (o *AccessReviewResponse) GetIsOCMInternal() (value bool, ok bool)
- func (o *AccessReviewResponse) GetOrganizationID() (value string, ok bool)
- func (o *AccessReviewResponse) GetReason() (value string, ok bool)
- func (o *AccessReviewResponse) GetResourceType() (value string, ok bool)
- func (o *AccessReviewResponse) GetSubscriptionID() (value string, ok bool)
- func (o *AccessReviewResponse) IsOCMInternal() bool
- func (o *AccessReviewResponse) OrganizationID() string
- func (o *AccessReviewResponse) Reason() string
- func (o *AccessReviewResponse) ResourceType() string
- func (o *AccessReviewResponse) SubscriptionID() string
- type AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) AccountUsername(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Action(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Allowed(value bool) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Build() (object *AccessReviewResponse, err error)
- func (b *AccessReviewResponseBuilder) ClusterID(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) ClusterUUID(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Copy(object *AccessReviewResponse) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Empty() bool
- func (b *AccessReviewResponseBuilder) IsOCMInternal(value bool) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) OrganizationID(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) Reason(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) ResourceType(value string) *AccessReviewResponseBuilder
- func (b *AccessReviewResponseBuilder) SubscriptionID(value string) *AccessReviewResponseBuilder
- type AccessReviewResponseList
- func (l *AccessReviewResponseList) Each(f func(item *AccessReviewResponse) bool)
- func (l *AccessReviewResponseList) Empty() bool
- func (l *AccessReviewResponseList) Get(i int) *AccessReviewResponse
- func (l *AccessReviewResponseList) Items() []*AccessReviewResponse
- func (l *AccessReviewResponseList) Len() int
- func (l *AccessReviewResponseList) Range(f func(index int, item *AccessReviewResponse) bool)
- func (l *AccessReviewResponseList) SetHREF(href string)
- func (l *AccessReviewResponseList) SetItems(items []*AccessReviewResponse)
- func (l *AccessReviewResponseList) SetLink(link bool)
- func (l *AccessReviewResponseList) Slice() []*AccessReviewResponse
- type AccessReviewResponseListBuilder
- func (b *AccessReviewResponseListBuilder) Build() (list *AccessReviewResponseList, err error)
- func (b *AccessReviewResponseListBuilder) Copy(list *AccessReviewResponseList) *AccessReviewResponseListBuilder
- func (b *AccessReviewResponseListBuilder) Empty() bool
- func (b *AccessReviewResponseListBuilder) Items(values ...*AccessReviewResponseBuilder) *AccessReviewResponseListBuilder
- type CapabilityReviewRequest
- func ReadCapabilityReviewRequest(iterator *jsoniter.Iterator) *CapabilityReviewRequest
- func ReadCapabilityReviewRequestList(iterator *jsoniter.Iterator) []*CapabilityReviewRequest
- func UnmarshalCapabilityReviewRequest(source interface{}) (object *CapabilityReviewRequest, err error)
- func UnmarshalCapabilityReviewRequestList(source interface{}) (items []*CapabilityReviewRequest, err error)
- func (o *CapabilityReviewRequest) AccountUsername() string
- func (o *CapabilityReviewRequest) Capability() string
- func (o *CapabilityReviewRequest) ClusterID() string
- func (o *CapabilityReviewRequest) Empty() bool
- func (o *CapabilityReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetCapability() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetClusterID() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetOrganizationID() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetResourceType() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetSubscriptionID() (value string, ok bool)
- func (o *CapabilityReviewRequest) GetType() (value string, ok bool)
- func (o *CapabilityReviewRequest) OrganizationID() string
- func (o *CapabilityReviewRequest) ResourceType() string
- func (o *CapabilityReviewRequest) SubscriptionID() string
- func (o *CapabilityReviewRequest) Type() string
- type CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) AccountUsername(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) Build() (object *CapabilityReviewRequest, err error)
- func (b *CapabilityReviewRequestBuilder) Capability(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) ClusterID(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) Copy(object *CapabilityReviewRequest) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) Empty() bool
- func (b *CapabilityReviewRequestBuilder) OrganizationID(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) ResourceType(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) SubscriptionID(value string) *CapabilityReviewRequestBuilder
- func (b *CapabilityReviewRequestBuilder) Type(value string) *CapabilityReviewRequestBuilder
- type CapabilityReviewRequestList
- func (l *CapabilityReviewRequestList) Each(f func(item *CapabilityReviewRequest) bool)
- func (l *CapabilityReviewRequestList) Empty() bool
- func (l *CapabilityReviewRequestList) Get(i int) *CapabilityReviewRequest
- func (l *CapabilityReviewRequestList) Items() []*CapabilityReviewRequest
- func (l *CapabilityReviewRequestList) Len() int
- func (l *CapabilityReviewRequestList) Range(f func(index int, item *CapabilityReviewRequest) bool)
- func (l *CapabilityReviewRequestList) SetHREF(href string)
- func (l *CapabilityReviewRequestList) SetItems(items []*CapabilityReviewRequest)
- func (l *CapabilityReviewRequestList) SetLink(link bool)
- func (l *CapabilityReviewRequestList) Slice() []*CapabilityReviewRequest
- type CapabilityReviewRequestListBuilder
- func (b *CapabilityReviewRequestListBuilder) Build() (list *CapabilityReviewRequestList, err error)
- func (b *CapabilityReviewRequestListBuilder) Copy(list *CapabilityReviewRequestList) *CapabilityReviewRequestListBuilder
- func (b *CapabilityReviewRequestListBuilder) Empty() bool
- func (b *CapabilityReviewRequestListBuilder) Items(values ...*CapabilityReviewRequestBuilder) *CapabilityReviewRequestListBuilder
- type CapabilityReviewResponse
- func ReadCapabilityReviewResponse(iterator *jsoniter.Iterator) *CapabilityReviewResponse
- func ReadCapabilityReviewResponseList(iterator *jsoniter.Iterator) []*CapabilityReviewResponse
- func UnmarshalCapabilityReviewResponse(source interface{}) (object *CapabilityReviewResponse, err error)
- func UnmarshalCapabilityReviewResponseList(source interface{}) (items []*CapabilityReviewResponse, err error)
- type CapabilityReviewResponseBuilder
- func (b *CapabilityReviewResponseBuilder) Build() (object *CapabilityReviewResponse, err error)
- func (b *CapabilityReviewResponseBuilder) Copy(object *CapabilityReviewResponse) *CapabilityReviewResponseBuilder
- func (b *CapabilityReviewResponseBuilder) Empty() bool
- func (b *CapabilityReviewResponseBuilder) Result(value string) *CapabilityReviewResponseBuilder
- type CapabilityReviewResponseList
- func (l *CapabilityReviewResponseList) Each(f func(item *CapabilityReviewResponse) bool)
- func (l *CapabilityReviewResponseList) Empty() bool
- func (l *CapabilityReviewResponseList) Get(i int) *CapabilityReviewResponse
- func (l *CapabilityReviewResponseList) Items() []*CapabilityReviewResponse
- func (l *CapabilityReviewResponseList) Len() int
- func (l *CapabilityReviewResponseList) Range(f func(index int, item *CapabilityReviewResponse) bool)
- func (l *CapabilityReviewResponseList) SetHREF(href string)
- func (l *CapabilityReviewResponseList) SetItems(items []*CapabilityReviewResponse)
- func (l *CapabilityReviewResponseList) SetLink(link bool)
- func (l *CapabilityReviewResponseList) Slice() []*CapabilityReviewResponse
- type CapabilityReviewResponseListBuilder
- func (b *CapabilityReviewResponseListBuilder) Build() (list *CapabilityReviewResponseList, err error)
- func (b *CapabilityReviewResponseListBuilder) Copy(list *CapabilityReviewResponseList) *CapabilityReviewResponseListBuilder
- func (b *CapabilityReviewResponseListBuilder) Empty() bool
- func (b *CapabilityReviewResponseListBuilder) Items(values ...*CapabilityReviewResponseBuilder) *CapabilityReviewResponseListBuilder
- type ExportControlReviewRequest
- func ReadExportControlReviewRequest(iterator *jsoniter.Iterator) *ExportControlReviewRequest
- func ReadExportControlReviewRequestList(iterator *jsoniter.Iterator) []*ExportControlReviewRequest
- func UnmarshalExportControlReviewRequest(source interface{}) (object *ExportControlReviewRequest, err error)
- func UnmarshalExportControlReviewRequestList(source interface{}) (items []*ExportControlReviewRequest, err error)
- type ExportControlReviewRequestBuilder
- func (b *ExportControlReviewRequestBuilder) AccountUsername(value string) *ExportControlReviewRequestBuilder
- func (b *ExportControlReviewRequestBuilder) Build() (object *ExportControlReviewRequest, err error)
- func (b *ExportControlReviewRequestBuilder) Copy(object *ExportControlReviewRequest) *ExportControlReviewRequestBuilder
- func (b *ExportControlReviewRequestBuilder) Empty() bool
- type ExportControlReviewRequestList
- func (l *ExportControlReviewRequestList) Each(f func(item *ExportControlReviewRequest) bool)
- func (l *ExportControlReviewRequestList) Empty() bool
- func (l *ExportControlReviewRequestList) Get(i int) *ExportControlReviewRequest
- func (l *ExportControlReviewRequestList) Items() []*ExportControlReviewRequest
- func (l *ExportControlReviewRequestList) Len() int
- func (l *ExportControlReviewRequestList) Range(f func(index int, item *ExportControlReviewRequest) bool)
- func (l *ExportControlReviewRequestList) SetHREF(href string)
- func (l *ExportControlReviewRequestList) SetItems(items []*ExportControlReviewRequest)
- func (l *ExportControlReviewRequestList) SetLink(link bool)
- func (l *ExportControlReviewRequestList) Slice() []*ExportControlReviewRequest
- type ExportControlReviewRequestListBuilder
- func (b *ExportControlReviewRequestListBuilder) Build() (list *ExportControlReviewRequestList, err error)
- func (b *ExportControlReviewRequestListBuilder) Copy(list *ExportControlReviewRequestList) *ExportControlReviewRequestListBuilder
- func (b *ExportControlReviewRequestListBuilder) Empty() bool
- func (b *ExportControlReviewRequestListBuilder) Items(values ...*ExportControlReviewRequestBuilder) *ExportControlReviewRequestListBuilder
- type ExportControlReviewResponse
- func ReadExportControlReviewResponse(iterator *jsoniter.Iterator) *ExportControlReviewResponse
- func ReadExportControlReviewResponseList(iterator *jsoniter.Iterator) []*ExportControlReviewResponse
- func UnmarshalExportControlReviewResponse(source interface{}) (object *ExportControlReviewResponse, err error)
- func UnmarshalExportControlReviewResponseList(source interface{}) (items []*ExportControlReviewResponse, err error)
- type ExportControlReviewResponseBuilder
- func (b *ExportControlReviewResponseBuilder) Build() (object *ExportControlReviewResponse, err error)
- func (b *ExportControlReviewResponseBuilder) Copy(object *ExportControlReviewResponse) *ExportControlReviewResponseBuilder
- func (b *ExportControlReviewResponseBuilder) Empty() bool
- func (b *ExportControlReviewResponseBuilder) Restricted(value bool) *ExportControlReviewResponseBuilder
- type ExportControlReviewResponseList
- func (l *ExportControlReviewResponseList) Each(f func(item *ExportControlReviewResponse) bool)
- func (l *ExportControlReviewResponseList) Empty() bool
- func (l *ExportControlReviewResponseList) Get(i int) *ExportControlReviewResponse
- func (l *ExportControlReviewResponseList) Items() []*ExportControlReviewResponse
- func (l *ExportControlReviewResponseList) Len() int
- func (l *ExportControlReviewResponseList) Range(f func(index int, item *ExportControlReviewResponse) bool)
- func (l *ExportControlReviewResponseList) SetHREF(href string)
- func (l *ExportControlReviewResponseList) SetItems(items []*ExportControlReviewResponse)
- func (l *ExportControlReviewResponseList) SetLink(link bool)
- func (l *ExportControlReviewResponseList) Slice() []*ExportControlReviewResponse
- type ExportControlReviewResponseListBuilder
- func (b *ExportControlReviewResponseListBuilder) Build() (list *ExportControlReviewResponseList, err error)
- func (b *ExportControlReviewResponseListBuilder) Copy(list *ExportControlReviewResponseList) *ExportControlReviewResponseListBuilder
- func (b *ExportControlReviewResponseListBuilder) Empty() bool
- func (b *ExportControlReviewResponseListBuilder) Items(values ...*ExportControlReviewResponseBuilder) *ExportControlReviewResponseListBuilder
- type FeatureReviewRequest
- func ReadFeatureReviewRequest(iterator *jsoniter.Iterator) *FeatureReviewRequest
- func ReadFeatureReviewRequestList(iterator *jsoniter.Iterator) []*FeatureReviewRequest
- func UnmarshalFeatureReviewRequest(source interface{}) (object *FeatureReviewRequest, err error)
- func UnmarshalFeatureReviewRequestList(source interface{}) (items []*FeatureReviewRequest, err error)
- func (o *FeatureReviewRequest) AccountUsername() string
- func (o *FeatureReviewRequest) ClusterId() string
- func (o *FeatureReviewRequest) Empty() bool
- func (o *FeatureReviewRequest) Feature() string
- func (o *FeatureReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *FeatureReviewRequest) GetClusterId() (value string, ok bool)
- func (o *FeatureReviewRequest) GetFeature() (value string, ok bool)
- func (o *FeatureReviewRequest) GetOrganizationId() (value string, ok bool)
- func (o *FeatureReviewRequest) OrganizationId() string
- type FeatureReviewRequestBuilder
- func (b *FeatureReviewRequestBuilder) AccountUsername(value string) *FeatureReviewRequestBuilder
- func (b *FeatureReviewRequestBuilder) Build() (object *FeatureReviewRequest, err error)
- func (b *FeatureReviewRequestBuilder) ClusterId(value string) *FeatureReviewRequestBuilder
- func (b *FeatureReviewRequestBuilder) Copy(object *FeatureReviewRequest) *FeatureReviewRequestBuilder
- func (b *FeatureReviewRequestBuilder) Empty() bool
- func (b *FeatureReviewRequestBuilder) Feature(value string) *FeatureReviewRequestBuilder
- func (b *FeatureReviewRequestBuilder) OrganizationId(value string) *FeatureReviewRequestBuilder
- type FeatureReviewRequestList
- func (l *FeatureReviewRequestList) Each(f func(item *FeatureReviewRequest) bool)
- func (l *FeatureReviewRequestList) Empty() bool
- func (l *FeatureReviewRequestList) Get(i int) *FeatureReviewRequest
- func (l *FeatureReviewRequestList) Items() []*FeatureReviewRequest
- func (l *FeatureReviewRequestList) Len() int
- func (l *FeatureReviewRequestList) Range(f func(index int, item *FeatureReviewRequest) bool)
- func (l *FeatureReviewRequestList) SetHREF(href string)
- func (l *FeatureReviewRequestList) SetItems(items []*FeatureReviewRequest)
- func (l *FeatureReviewRequestList) SetLink(link bool)
- func (l *FeatureReviewRequestList) Slice() []*FeatureReviewRequest
- type FeatureReviewRequestListBuilder
- func (b *FeatureReviewRequestListBuilder) Build() (list *FeatureReviewRequestList, err error)
- func (b *FeatureReviewRequestListBuilder) Copy(list *FeatureReviewRequestList) *FeatureReviewRequestListBuilder
- func (b *FeatureReviewRequestListBuilder) Empty() bool
- func (b *FeatureReviewRequestListBuilder) Items(values ...*FeatureReviewRequestBuilder) *FeatureReviewRequestListBuilder
- type FeatureReviewResponse
- func ReadFeatureReviewResponse(iterator *jsoniter.Iterator) *FeatureReviewResponse
- func ReadFeatureReviewResponseList(iterator *jsoniter.Iterator) []*FeatureReviewResponse
- func UnmarshalFeatureReviewResponse(source interface{}) (object *FeatureReviewResponse, err error)
- func UnmarshalFeatureReviewResponseList(source interface{}) (items []*FeatureReviewResponse, err error)
- type FeatureReviewResponseBuilder
- func (b *FeatureReviewResponseBuilder) Build() (object *FeatureReviewResponse, err error)
- func (b *FeatureReviewResponseBuilder) Copy(object *FeatureReviewResponse) *FeatureReviewResponseBuilder
- func (b *FeatureReviewResponseBuilder) Empty() bool
- func (b *FeatureReviewResponseBuilder) Enabled(value bool) *FeatureReviewResponseBuilder
- func (b *FeatureReviewResponseBuilder) FeatureID(value string) *FeatureReviewResponseBuilder
- type FeatureReviewResponseList
- func (l *FeatureReviewResponseList) Each(f func(item *FeatureReviewResponse) bool)
- func (l *FeatureReviewResponseList) Empty() bool
- func (l *FeatureReviewResponseList) Get(i int) *FeatureReviewResponse
- func (l *FeatureReviewResponseList) Items() []*FeatureReviewResponse
- func (l *FeatureReviewResponseList) Len() int
- func (l *FeatureReviewResponseList) Range(f func(index int, item *FeatureReviewResponse) bool)
- func (l *FeatureReviewResponseList) SetHREF(href string)
- func (l *FeatureReviewResponseList) SetItems(items []*FeatureReviewResponse)
- func (l *FeatureReviewResponseList) SetLink(link bool)
- func (l *FeatureReviewResponseList) Slice() []*FeatureReviewResponse
- type FeatureReviewResponseListBuilder
- func (b *FeatureReviewResponseListBuilder) Build() (list *FeatureReviewResponseList, err error)
- func (b *FeatureReviewResponseListBuilder) Copy(list *FeatureReviewResponseList) *FeatureReviewResponseListBuilder
- func (b *FeatureReviewResponseListBuilder) Empty() bool
- func (b *FeatureReviewResponseListBuilder) Items(values ...*FeatureReviewResponseBuilder) *FeatureReviewResponseListBuilder
- type Metadata
- type ResourceReview
- func ReadResourceReview(iterator *jsoniter.Iterator) *ResourceReview
- func ReadResourceReviewList(iterator *jsoniter.Iterator) []*ResourceReview
- func UnmarshalResourceReview(source interface{}) (object *ResourceReview, err error)
- func UnmarshalResourceReviewList(source interface{}) (items []*ResourceReview, err error)
- func (o *ResourceReview) AccountUsername() string
- func (o *ResourceReview) Action() string
- func (o *ResourceReview) ClusterIDs() []string
- func (o *ResourceReview) ClusterUUIDs() []string
- func (o *ResourceReview) Empty() bool
- func (o *ResourceReview) GetAccountUsername() (value string, ok bool)
- func (o *ResourceReview) GetAction() (value string, ok bool)
- func (o *ResourceReview) GetClusterIDs() (value []string, ok bool)
- func (o *ResourceReview) GetClusterUUIDs() (value []string, ok bool)
- func (o *ResourceReview) GetOrganizationIDs() (value []string, ok bool)
- func (o *ResourceReview) GetResourceType() (value string, ok bool)
- func (o *ResourceReview) GetSubscriptionIDs() (value []string, ok bool)
- func (o *ResourceReview) OrganizationIDs() []string
- func (o *ResourceReview) ResourceType() string
- func (o *ResourceReview) SubscriptionIDs() []string
- type ResourceReviewBuilder
- func (b *ResourceReviewBuilder) AccountUsername(value string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) Action(value string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) Build() (object *ResourceReview, err error)
- func (b *ResourceReviewBuilder) ClusterIDs(values ...string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) ClusterUUIDs(values ...string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) Copy(object *ResourceReview) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) Empty() bool
- func (b *ResourceReviewBuilder) OrganizationIDs(values ...string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) ResourceType(value string) *ResourceReviewBuilder
- func (b *ResourceReviewBuilder) SubscriptionIDs(values ...string) *ResourceReviewBuilder
- type ResourceReviewList
- func (l *ResourceReviewList) Each(f func(item *ResourceReview) bool)
- func (l *ResourceReviewList) Empty() bool
- func (l *ResourceReviewList) Get(i int) *ResourceReview
- func (l *ResourceReviewList) Items() []*ResourceReview
- func (l *ResourceReviewList) Len() int
- func (l *ResourceReviewList) Range(f func(index int, item *ResourceReview) bool)
- func (l *ResourceReviewList) SetHREF(href string)
- func (l *ResourceReviewList) SetItems(items []*ResourceReview)
- func (l *ResourceReviewList) SetLink(link bool)
- func (l *ResourceReviewList) Slice() []*ResourceReview
- type ResourceReviewListBuilder
- func (b *ResourceReviewListBuilder) Build() (list *ResourceReviewList, err error)
- func (b *ResourceReviewListBuilder) Copy(list *ResourceReviewList) *ResourceReviewListBuilder
- func (b *ResourceReviewListBuilder) Empty() bool
- func (b *ResourceReviewListBuilder) Items(values ...*ResourceReviewBuilder) *ResourceReviewListBuilder
- type ResourceReviewRequest
- func ReadResourceReviewRequest(iterator *jsoniter.Iterator) *ResourceReviewRequest
- func ReadResourceReviewRequestList(iterator *jsoniter.Iterator) []*ResourceReviewRequest
- func UnmarshalResourceReviewRequest(source interface{}) (object *ResourceReviewRequest, err error)
- func UnmarshalResourceReviewRequestList(source interface{}) (items []*ResourceReviewRequest, err error)
- func (o *ResourceReviewRequest) AccountUsername() string
- func (o *ResourceReviewRequest) Action() string
- func (o *ResourceReviewRequest) Empty() bool
- func (o *ResourceReviewRequest) ExcludeSubscriptionStatuses() []SubscriptionStatus
- func (o *ResourceReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *ResourceReviewRequest) GetAction() (value string, ok bool)
- func (o *ResourceReviewRequest) GetExcludeSubscriptionStatuses() (value []SubscriptionStatus, ok bool)
- func (o *ResourceReviewRequest) GetReduceClusterList() (value bool, ok bool)
- func (o *ResourceReviewRequest) GetResourceType() (value string, ok bool)
- func (o *ResourceReviewRequest) ReduceClusterList() bool
- func (o *ResourceReviewRequest) ResourceType() string
- type ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) AccountUsername(value string) *ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) Action(value string) *ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) Build() (object *ResourceReviewRequest, err error)
- func (b *ResourceReviewRequestBuilder) Copy(object *ResourceReviewRequest) *ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) Empty() bool
- func (b *ResourceReviewRequestBuilder) ExcludeSubscriptionStatuses(values ...SubscriptionStatus) *ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) ReduceClusterList(value bool) *ResourceReviewRequestBuilder
- func (b *ResourceReviewRequestBuilder) ResourceType(value string) *ResourceReviewRequestBuilder
- type ResourceReviewRequestList
- func (l *ResourceReviewRequestList) Each(f func(item *ResourceReviewRequest) bool)
- func (l *ResourceReviewRequestList) Empty() bool
- func (l *ResourceReviewRequestList) Get(i int) *ResourceReviewRequest
- func (l *ResourceReviewRequestList) Items() []*ResourceReviewRequest
- func (l *ResourceReviewRequestList) Len() int
- func (l *ResourceReviewRequestList) Range(f func(index int, item *ResourceReviewRequest) bool)
- func (l *ResourceReviewRequestList) SetHREF(href string)
- func (l *ResourceReviewRequestList) SetItems(items []*ResourceReviewRequest)
- func (l *ResourceReviewRequestList) SetLink(link bool)
- func (l *ResourceReviewRequestList) Slice() []*ResourceReviewRequest
- type ResourceReviewRequestListBuilder
- func (b *ResourceReviewRequestListBuilder) Build() (list *ResourceReviewRequestList, err error)
- func (b *ResourceReviewRequestListBuilder) Copy(list *ResourceReviewRequestList) *ResourceReviewRequestListBuilder
- func (b *ResourceReviewRequestListBuilder) Empty() bool
- func (b *ResourceReviewRequestListBuilder) Items(values ...*ResourceReviewRequestBuilder) *ResourceReviewRequestListBuilder
- type SelfAccessReviewRequest
- func ReadSelfAccessReviewRequest(iterator *jsoniter.Iterator) *SelfAccessReviewRequest
- func ReadSelfAccessReviewRequestList(iterator *jsoniter.Iterator) []*SelfAccessReviewRequest
- func UnmarshalSelfAccessReviewRequest(source interface{}) (object *SelfAccessReviewRequest, err error)
- func UnmarshalSelfAccessReviewRequestList(source interface{}) (items []*SelfAccessReviewRequest, err error)
- func (o *SelfAccessReviewRequest) Action() string
- func (o *SelfAccessReviewRequest) ClusterID() string
- func (o *SelfAccessReviewRequest) ClusterUUID() string
- func (o *SelfAccessReviewRequest) Empty() bool
- func (o *SelfAccessReviewRequest) GetAction() (value string, ok bool)
- func (o *SelfAccessReviewRequest) GetClusterID() (value string, ok bool)
- func (o *SelfAccessReviewRequest) GetClusterUUID() (value string, ok bool)
- func (o *SelfAccessReviewRequest) GetOrganizationID() (value string, ok bool)
- func (o *SelfAccessReviewRequest) GetResourceType() (value string, ok bool)
- func (o *SelfAccessReviewRequest) GetSubscriptionID() (value string, ok bool)
- func (o *SelfAccessReviewRequest) OrganizationID() string
- func (o *SelfAccessReviewRequest) ResourceType() string
- func (o *SelfAccessReviewRequest) SubscriptionID() string
- type SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) Action(value string) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) Build() (object *SelfAccessReviewRequest, err error)
- func (b *SelfAccessReviewRequestBuilder) ClusterID(value string) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) ClusterUUID(value string) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) Copy(object *SelfAccessReviewRequest) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) Empty() bool
- func (b *SelfAccessReviewRequestBuilder) OrganizationID(value string) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) ResourceType(value string) *SelfAccessReviewRequestBuilder
- func (b *SelfAccessReviewRequestBuilder) SubscriptionID(value string) *SelfAccessReviewRequestBuilder
- type SelfAccessReviewRequestList
- func (l *SelfAccessReviewRequestList) Each(f func(item *SelfAccessReviewRequest) bool)
- func (l *SelfAccessReviewRequestList) Empty() bool
- func (l *SelfAccessReviewRequestList) Get(i int) *SelfAccessReviewRequest
- func (l *SelfAccessReviewRequestList) Items() []*SelfAccessReviewRequest
- func (l *SelfAccessReviewRequestList) Len() int
- func (l *SelfAccessReviewRequestList) Range(f func(index int, item *SelfAccessReviewRequest) bool)
- func (l *SelfAccessReviewRequestList) SetHREF(href string)
- func (l *SelfAccessReviewRequestList) SetItems(items []*SelfAccessReviewRequest)
- func (l *SelfAccessReviewRequestList) SetLink(link bool)
- func (l *SelfAccessReviewRequestList) Slice() []*SelfAccessReviewRequest
- type SelfAccessReviewRequestListBuilder
- func (b *SelfAccessReviewRequestListBuilder) Build() (list *SelfAccessReviewRequestList, err error)
- func (b *SelfAccessReviewRequestListBuilder) Copy(list *SelfAccessReviewRequestList) *SelfAccessReviewRequestListBuilder
- func (b *SelfAccessReviewRequestListBuilder) Empty() bool
- func (b *SelfAccessReviewRequestListBuilder) Items(values ...*SelfAccessReviewRequestBuilder) *SelfAccessReviewRequestListBuilder
- type SelfAccessReviewResponse
- func ReadSelfAccessReviewResponse(iterator *jsoniter.Iterator) *SelfAccessReviewResponse
- func ReadSelfAccessReviewResponseList(iterator *jsoniter.Iterator) []*SelfAccessReviewResponse
- func UnmarshalSelfAccessReviewResponse(source interface{}) (object *SelfAccessReviewResponse, err error)
- func UnmarshalSelfAccessReviewResponseList(source interface{}) (items []*SelfAccessReviewResponse, err error)
- func (o *SelfAccessReviewResponse) Action() string
- func (o *SelfAccessReviewResponse) Allowed() bool
- func (o *SelfAccessReviewResponse) ClusterID() string
- func (o *SelfAccessReviewResponse) ClusterUUID() string
- func (o *SelfAccessReviewResponse) Empty() bool
- func (o *SelfAccessReviewResponse) GetAction() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetAllowed() (value bool, ok bool)
- func (o *SelfAccessReviewResponse) GetClusterID() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetClusterUUID() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetIsOCMInternal() (value bool, ok bool)
- func (o *SelfAccessReviewResponse) GetOrganizationID() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetReason() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetResourceType() (value string, ok bool)
- func (o *SelfAccessReviewResponse) GetSubscriptionID() (value string, ok bool)
- func (o *SelfAccessReviewResponse) IsOCMInternal() bool
- func (o *SelfAccessReviewResponse) OrganizationID() string
- func (o *SelfAccessReviewResponse) Reason() string
- func (o *SelfAccessReviewResponse) ResourceType() string
- func (o *SelfAccessReviewResponse) SubscriptionID() string
- type SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Action(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Allowed(value bool) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Build() (object *SelfAccessReviewResponse, err error)
- func (b *SelfAccessReviewResponseBuilder) ClusterID(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) ClusterUUID(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Copy(object *SelfAccessReviewResponse) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Empty() bool
- func (b *SelfAccessReviewResponseBuilder) IsOCMInternal(value bool) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) OrganizationID(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) Reason(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) ResourceType(value string) *SelfAccessReviewResponseBuilder
- func (b *SelfAccessReviewResponseBuilder) SubscriptionID(value string) *SelfAccessReviewResponseBuilder
- type SelfAccessReviewResponseList
- func (l *SelfAccessReviewResponseList) Each(f func(item *SelfAccessReviewResponse) bool)
- func (l *SelfAccessReviewResponseList) Empty() bool
- func (l *SelfAccessReviewResponseList) Get(i int) *SelfAccessReviewResponse
- func (l *SelfAccessReviewResponseList) Items() []*SelfAccessReviewResponse
- func (l *SelfAccessReviewResponseList) Len() int
- func (l *SelfAccessReviewResponseList) Range(f func(index int, item *SelfAccessReviewResponse) bool)
- func (l *SelfAccessReviewResponseList) SetHREF(href string)
- func (l *SelfAccessReviewResponseList) SetItems(items []*SelfAccessReviewResponse)
- func (l *SelfAccessReviewResponseList) SetLink(link bool)
- func (l *SelfAccessReviewResponseList) Slice() []*SelfAccessReviewResponse
- type SelfAccessReviewResponseListBuilder
- func (b *SelfAccessReviewResponseListBuilder) Build() (list *SelfAccessReviewResponseList, err error)
- func (b *SelfAccessReviewResponseListBuilder) Copy(list *SelfAccessReviewResponseList) *SelfAccessReviewResponseListBuilder
- func (b *SelfAccessReviewResponseListBuilder) Empty() bool
- func (b *SelfAccessReviewResponseListBuilder) Items(values ...*SelfAccessReviewResponseBuilder) *SelfAccessReviewResponseListBuilder
- type SelfCapabilityReviewRequest
- func ReadSelfCapabilityReviewRequest(iterator *jsoniter.Iterator) *SelfCapabilityReviewRequest
- func ReadSelfCapabilityReviewRequestList(iterator *jsoniter.Iterator) []*SelfCapabilityReviewRequest
- func UnmarshalSelfCapabilityReviewRequest(source interface{}) (object *SelfCapabilityReviewRequest, err error)
- func UnmarshalSelfCapabilityReviewRequestList(source interface{}) (items []*SelfCapabilityReviewRequest, err error)
- func (o *SelfCapabilityReviewRequest) AccountUsername() string
- func (o *SelfCapabilityReviewRequest) Capability() string
- func (o *SelfCapabilityReviewRequest) ClusterID() string
- func (o *SelfCapabilityReviewRequest) Empty() bool
- func (o *SelfCapabilityReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetCapability() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetClusterID() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetOrganizationID() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetResourceType() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetSubscriptionID() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) GetType() (value string, ok bool)
- func (o *SelfCapabilityReviewRequest) OrganizationID() string
- func (o *SelfCapabilityReviewRequest) ResourceType() string
- func (o *SelfCapabilityReviewRequest) SubscriptionID() string
- func (o *SelfCapabilityReviewRequest) Type() string
- type SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) AccountUsername(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) Build() (object *SelfCapabilityReviewRequest, err error)
- func (b *SelfCapabilityReviewRequestBuilder) Capability(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) ClusterID(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) Copy(object *SelfCapabilityReviewRequest) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) Empty() bool
- func (b *SelfCapabilityReviewRequestBuilder) OrganizationID(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) ResourceType(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) SubscriptionID(value string) *SelfCapabilityReviewRequestBuilder
- func (b *SelfCapabilityReviewRequestBuilder) Type(value string) *SelfCapabilityReviewRequestBuilder
- type SelfCapabilityReviewRequestList
- func (l *SelfCapabilityReviewRequestList) Each(f func(item *SelfCapabilityReviewRequest) bool)
- func (l *SelfCapabilityReviewRequestList) Empty() bool
- func (l *SelfCapabilityReviewRequestList) Get(i int) *SelfCapabilityReviewRequest
- func (l *SelfCapabilityReviewRequestList) Items() []*SelfCapabilityReviewRequest
- func (l *SelfCapabilityReviewRequestList) Len() int
- func (l *SelfCapabilityReviewRequestList) Range(f func(index int, item *SelfCapabilityReviewRequest) bool)
- func (l *SelfCapabilityReviewRequestList) SetHREF(href string)
- func (l *SelfCapabilityReviewRequestList) SetItems(items []*SelfCapabilityReviewRequest)
- func (l *SelfCapabilityReviewRequestList) SetLink(link bool)
- func (l *SelfCapabilityReviewRequestList) Slice() []*SelfCapabilityReviewRequest
- type SelfCapabilityReviewRequestListBuilder
- func (b *SelfCapabilityReviewRequestListBuilder) Build() (list *SelfCapabilityReviewRequestList, err error)
- func (b *SelfCapabilityReviewRequestListBuilder) Copy(list *SelfCapabilityReviewRequestList) *SelfCapabilityReviewRequestListBuilder
- func (b *SelfCapabilityReviewRequestListBuilder) Empty() bool
- func (b *SelfCapabilityReviewRequestListBuilder) Items(values ...*SelfCapabilityReviewRequestBuilder) *SelfCapabilityReviewRequestListBuilder
- type SelfCapabilityReviewResponse
- func ReadSelfCapabilityReviewResponse(iterator *jsoniter.Iterator) *SelfCapabilityReviewResponse
- func ReadSelfCapabilityReviewResponseList(iterator *jsoniter.Iterator) []*SelfCapabilityReviewResponse
- func UnmarshalSelfCapabilityReviewResponse(source interface{}) (object *SelfCapabilityReviewResponse, err error)
- func UnmarshalSelfCapabilityReviewResponseList(source interface{}) (items []*SelfCapabilityReviewResponse, err error)
- type SelfCapabilityReviewResponseBuilder
- func (b *SelfCapabilityReviewResponseBuilder) Build() (object *SelfCapabilityReviewResponse, err error)
- func (b *SelfCapabilityReviewResponseBuilder) Copy(object *SelfCapabilityReviewResponse) *SelfCapabilityReviewResponseBuilder
- func (b *SelfCapabilityReviewResponseBuilder) Empty() bool
- func (b *SelfCapabilityReviewResponseBuilder) Result(value string) *SelfCapabilityReviewResponseBuilder
- type SelfCapabilityReviewResponseList
- func (l *SelfCapabilityReviewResponseList) Each(f func(item *SelfCapabilityReviewResponse) bool)
- func (l *SelfCapabilityReviewResponseList) Empty() bool
- func (l *SelfCapabilityReviewResponseList) Get(i int) *SelfCapabilityReviewResponse
- func (l *SelfCapabilityReviewResponseList) Items() []*SelfCapabilityReviewResponse
- func (l *SelfCapabilityReviewResponseList) Len() int
- func (l *SelfCapabilityReviewResponseList) Range(f func(index int, item *SelfCapabilityReviewResponse) bool)
- func (l *SelfCapabilityReviewResponseList) SetHREF(href string)
- func (l *SelfCapabilityReviewResponseList) SetItems(items []*SelfCapabilityReviewResponse)
- func (l *SelfCapabilityReviewResponseList) SetLink(link bool)
- func (l *SelfCapabilityReviewResponseList) Slice() []*SelfCapabilityReviewResponse
- type SelfCapabilityReviewResponseListBuilder
- func (b *SelfCapabilityReviewResponseListBuilder) Build() (list *SelfCapabilityReviewResponseList, err error)
- func (b *SelfCapabilityReviewResponseListBuilder) Copy(list *SelfCapabilityReviewResponseList) *SelfCapabilityReviewResponseListBuilder
- func (b *SelfCapabilityReviewResponseListBuilder) Empty() bool
- func (b *SelfCapabilityReviewResponseListBuilder) Items(values ...*SelfCapabilityReviewResponseBuilder) *SelfCapabilityReviewResponseListBuilder
- type SelfFeatureReviewRequest
- func ReadSelfFeatureReviewRequest(iterator *jsoniter.Iterator) *SelfFeatureReviewRequest
- func ReadSelfFeatureReviewRequestList(iterator *jsoniter.Iterator) []*SelfFeatureReviewRequest
- func UnmarshalSelfFeatureReviewRequest(source interface{}) (object *SelfFeatureReviewRequest, err error)
- func UnmarshalSelfFeatureReviewRequestList(source interface{}) (items []*SelfFeatureReviewRequest, err error)
- type SelfFeatureReviewRequestBuilder
- func (b *SelfFeatureReviewRequestBuilder) Build() (object *SelfFeatureReviewRequest, err error)
- func (b *SelfFeatureReviewRequestBuilder) Copy(object *SelfFeatureReviewRequest) *SelfFeatureReviewRequestBuilder
- func (b *SelfFeatureReviewRequestBuilder) Empty() bool
- func (b *SelfFeatureReviewRequestBuilder) Feature(value string) *SelfFeatureReviewRequestBuilder
- type SelfFeatureReviewRequestList
- func (l *SelfFeatureReviewRequestList) Each(f func(item *SelfFeatureReviewRequest) bool)
- func (l *SelfFeatureReviewRequestList) Empty() bool
- func (l *SelfFeatureReviewRequestList) Get(i int) *SelfFeatureReviewRequest
- func (l *SelfFeatureReviewRequestList) Items() []*SelfFeatureReviewRequest
- func (l *SelfFeatureReviewRequestList) Len() int
- func (l *SelfFeatureReviewRequestList) Range(f func(index int, item *SelfFeatureReviewRequest) bool)
- func (l *SelfFeatureReviewRequestList) SetHREF(href string)
- func (l *SelfFeatureReviewRequestList) SetItems(items []*SelfFeatureReviewRequest)
- func (l *SelfFeatureReviewRequestList) SetLink(link bool)
- func (l *SelfFeatureReviewRequestList) Slice() []*SelfFeatureReviewRequest
- type SelfFeatureReviewRequestListBuilder
- func (b *SelfFeatureReviewRequestListBuilder) Build() (list *SelfFeatureReviewRequestList, err error)
- func (b *SelfFeatureReviewRequestListBuilder) Copy(list *SelfFeatureReviewRequestList) *SelfFeatureReviewRequestListBuilder
- func (b *SelfFeatureReviewRequestListBuilder) Empty() bool
- func (b *SelfFeatureReviewRequestListBuilder) Items(values ...*SelfFeatureReviewRequestBuilder) *SelfFeatureReviewRequestListBuilder
- type SelfFeatureReviewResponse
- func ReadSelfFeatureReviewResponse(iterator *jsoniter.Iterator) *SelfFeatureReviewResponse
- func ReadSelfFeatureReviewResponseList(iterator *jsoniter.Iterator) []*SelfFeatureReviewResponse
- func UnmarshalSelfFeatureReviewResponse(source interface{}) (object *SelfFeatureReviewResponse, err error)
- func UnmarshalSelfFeatureReviewResponseList(source interface{}) (items []*SelfFeatureReviewResponse, err error)
- func (o *SelfFeatureReviewResponse) Empty() bool
- func (o *SelfFeatureReviewResponse) Enabled() bool
- func (o *SelfFeatureReviewResponse) FeatureID() string
- func (o *SelfFeatureReviewResponse) GetEnabled() (value bool, ok bool)
- func (o *SelfFeatureReviewResponse) GetFeatureID() (value string, ok bool)
- type SelfFeatureReviewResponseBuilder
- func (b *SelfFeatureReviewResponseBuilder) Build() (object *SelfFeatureReviewResponse, err error)
- func (b *SelfFeatureReviewResponseBuilder) Copy(object *SelfFeatureReviewResponse) *SelfFeatureReviewResponseBuilder
- func (b *SelfFeatureReviewResponseBuilder) Empty() bool
- func (b *SelfFeatureReviewResponseBuilder) Enabled(value bool) *SelfFeatureReviewResponseBuilder
- func (b *SelfFeatureReviewResponseBuilder) FeatureID(value string) *SelfFeatureReviewResponseBuilder
- type SelfFeatureReviewResponseList
- func (l *SelfFeatureReviewResponseList) Each(f func(item *SelfFeatureReviewResponse) bool)
- func (l *SelfFeatureReviewResponseList) Empty() bool
- func (l *SelfFeatureReviewResponseList) Get(i int) *SelfFeatureReviewResponse
- func (l *SelfFeatureReviewResponseList) Items() []*SelfFeatureReviewResponse
- func (l *SelfFeatureReviewResponseList) Len() int
- func (l *SelfFeatureReviewResponseList) Range(f func(index int, item *SelfFeatureReviewResponse) bool)
- func (l *SelfFeatureReviewResponseList) SetHREF(href string)
- func (l *SelfFeatureReviewResponseList) SetItems(items []*SelfFeatureReviewResponse)
- func (l *SelfFeatureReviewResponseList) SetLink(link bool)
- func (l *SelfFeatureReviewResponseList) Slice() []*SelfFeatureReviewResponse
- type SelfFeatureReviewResponseListBuilder
- func (b *SelfFeatureReviewResponseListBuilder) Build() (list *SelfFeatureReviewResponseList, err error)
- func (b *SelfFeatureReviewResponseListBuilder) Copy(list *SelfFeatureReviewResponseList) *SelfFeatureReviewResponseListBuilder
- func (b *SelfFeatureReviewResponseListBuilder) Empty() bool
- func (b *SelfFeatureReviewResponseListBuilder) Items(values ...*SelfFeatureReviewResponseBuilder) *SelfFeatureReviewResponseListBuilder
- type SelfTermsReviewRequest
- func ReadSelfTermsReviewRequest(iterator *jsoniter.Iterator) *SelfTermsReviewRequest
- func ReadSelfTermsReviewRequestList(iterator *jsoniter.Iterator) []*SelfTermsReviewRequest
- func UnmarshalSelfTermsReviewRequest(source interface{}) (object *SelfTermsReviewRequest, err error)
- func UnmarshalSelfTermsReviewRequestList(source interface{}) (items []*SelfTermsReviewRequest, err error)
- type SelfTermsReviewRequestBuilder
- func (b *SelfTermsReviewRequestBuilder) Build() (object *SelfTermsReviewRequest, err error)
- func (b *SelfTermsReviewRequestBuilder) Copy(object *SelfTermsReviewRequest) *SelfTermsReviewRequestBuilder
- func (b *SelfTermsReviewRequestBuilder) Empty() bool
- func (b *SelfTermsReviewRequestBuilder) EventCode(value string) *SelfTermsReviewRequestBuilder
- func (b *SelfTermsReviewRequestBuilder) SiteCode(value string) *SelfTermsReviewRequestBuilder
- type SelfTermsReviewRequestList
- func (l *SelfTermsReviewRequestList) Each(f func(item *SelfTermsReviewRequest) bool)
- func (l *SelfTermsReviewRequestList) Empty() bool
- func (l *SelfTermsReviewRequestList) Get(i int) *SelfTermsReviewRequest
- func (l *SelfTermsReviewRequestList) Items() []*SelfTermsReviewRequest
- func (l *SelfTermsReviewRequestList) Len() int
- func (l *SelfTermsReviewRequestList) Range(f func(index int, item *SelfTermsReviewRequest) bool)
- func (l *SelfTermsReviewRequestList) SetHREF(href string)
- func (l *SelfTermsReviewRequestList) SetItems(items []*SelfTermsReviewRequest)
- func (l *SelfTermsReviewRequestList) SetLink(link bool)
- func (l *SelfTermsReviewRequestList) Slice() []*SelfTermsReviewRequest
- type SelfTermsReviewRequestListBuilder
- func (b *SelfTermsReviewRequestListBuilder) Build() (list *SelfTermsReviewRequestList, err error)
- func (b *SelfTermsReviewRequestListBuilder) Copy(list *SelfTermsReviewRequestList) *SelfTermsReviewRequestListBuilder
- func (b *SelfTermsReviewRequestListBuilder) Empty() bool
- func (b *SelfTermsReviewRequestListBuilder) Items(values ...*SelfTermsReviewRequestBuilder) *SelfTermsReviewRequestListBuilder
- type SubscriptionStatus
- type TermsReviewRequest
- func ReadTermsReviewRequest(iterator *jsoniter.Iterator) *TermsReviewRequest
- func ReadTermsReviewRequestList(iterator *jsoniter.Iterator) []*TermsReviewRequest
- func UnmarshalTermsReviewRequest(source interface{}) (object *TermsReviewRequest, err error)
- func UnmarshalTermsReviewRequestList(source interface{}) (items []*TermsReviewRequest, err error)
- func (o *TermsReviewRequest) AccountUsername() string
- func (o *TermsReviewRequest) CheckOptionalTerms() bool
- func (o *TermsReviewRequest) Empty() bool
- func (o *TermsReviewRequest) EventCode() string
- func (o *TermsReviewRequest) GetAccountUsername() (value string, ok bool)
- func (o *TermsReviewRequest) GetCheckOptionalTerms() (value bool, ok bool)
- func (o *TermsReviewRequest) GetEventCode() (value string, ok bool)
- func (o *TermsReviewRequest) GetSiteCode() (value string, ok bool)
- func (o *TermsReviewRequest) SiteCode() string
- type TermsReviewRequestBuilder
- func (b *TermsReviewRequestBuilder) AccountUsername(value string) *TermsReviewRequestBuilder
- func (b *TermsReviewRequestBuilder) Build() (object *TermsReviewRequest, err error)
- func (b *TermsReviewRequestBuilder) CheckOptionalTerms(value bool) *TermsReviewRequestBuilder
- func (b *TermsReviewRequestBuilder) Copy(object *TermsReviewRequest) *TermsReviewRequestBuilder
- func (b *TermsReviewRequestBuilder) Empty() bool
- func (b *TermsReviewRequestBuilder) EventCode(value string) *TermsReviewRequestBuilder
- func (b *TermsReviewRequestBuilder) SiteCode(value string) *TermsReviewRequestBuilder
- type TermsReviewRequestList
- func (l *TermsReviewRequestList) Each(f func(item *TermsReviewRequest) bool)
- func (l *TermsReviewRequestList) Empty() bool
- func (l *TermsReviewRequestList) Get(i int) *TermsReviewRequest
- func (l *TermsReviewRequestList) Items() []*TermsReviewRequest
- func (l *TermsReviewRequestList) Len() int
- func (l *TermsReviewRequestList) Range(f func(index int, item *TermsReviewRequest) bool)
- func (l *TermsReviewRequestList) SetHREF(href string)
- func (l *TermsReviewRequestList) SetItems(items []*TermsReviewRequest)
- func (l *TermsReviewRequestList) SetLink(link bool)
- func (l *TermsReviewRequestList) Slice() []*TermsReviewRequest
- type TermsReviewRequestListBuilder
- func (b *TermsReviewRequestListBuilder) Build() (list *TermsReviewRequestList, err error)
- func (b *TermsReviewRequestListBuilder) Copy(list *TermsReviewRequestList) *TermsReviewRequestListBuilder
- func (b *TermsReviewRequestListBuilder) Empty() bool
- func (b *TermsReviewRequestListBuilder) Items(values ...*TermsReviewRequestBuilder) *TermsReviewRequestListBuilder
- type TermsReviewResponse
- func ReadTermsReviewResponse(iterator *jsoniter.Iterator) *TermsReviewResponse
- func ReadTermsReviewResponseList(iterator *jsoniter.Iterator) []*TermsReviewResponse
- func UnmarshalTermsReviewResponse(source interface{}) (object *TermsReviewResponse, err error)
- func UnmarshalTermsReviewResponseList(source interface{}) (items []*TermsReviewResponse, err error)
- func (o *TermsReviewResponse) AccountId() string
- func (o *TermsReviewResponse) Empty() bool
- func (o *TermsReviewResponse) GetAccountId() (value string, ok bool)
- func (o *TermsReviewResponse) GetOrganizationID() (value string, ok bool)
- func (o *TermsReviewResponse) GetRedirectUrl() (value string, ok bool)
- func (o *TermsReviewResponse) GetTermsAvailable() (value bool, ok bool)
- func (o *TermsReviewResponse) GetTermsRequired() (value bool, ok bool)
- func (o *TermsReviewResponse) OrganizationID() string
- func (o *TermsReviewResponse) RedirectUrl() string
- func (o *TermsReviewResponse) TermsAvailable() bool
- func (o *TermsReviewResponse) TermsRequired() bool
- type TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) AccountId(value string) *TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) Build() (object *TermsReviewResponse, err error)
- func (b *TermsReviewResponseBuilder) Copy(object *TermsReviewResponse) *TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) Empty() bool
- func (b *TermsReviewResponseBuilder) OrganizationID(value string) *TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) RedirectUrl(value string) *TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) TermsAvailable(value bool) *TermsReviewResponseBuilder
- func (b *TermsReviewResponseBuilder) TermsRequired(value bool) *TermsReviewResponseBuilder
- type TermsReviewResponseList
- func (l *TermsReviewResponseList) Each(f func(item *TermsReviewResponse) bool)
- func (l *TermsReviewResponseList) Empty() bool
- func (l *TermsReviewResponseList) Get(i int) *TermsReviewResponse
- func (l *TermsReviewResponseList) Items() []*TermsReviewResponse
- func (l *TermsReviewResponseList) Len() int
- func (l *TermsReviewResponseList) Range(f func(index int, item *TermsReviewResponse) bool)
- func (l *TermsReviewResponseList) SetHREF(href string)
- func (l *TermsReviewResponseList) SetItems(items []*TermsReviewResponse)
- func (l *TermsReviewResponseList) SetLink(link bool)
- func (l *TermsReviewResponseList) Slice() []*TermsReviewResponse
- type TermsReviewResponseListBuilder
- func (b *TermsReviewResponseListBuilder) Build() (list *TermsReviewResponseList, err error)
- func (b *TermsReviewResponseListBuilder) Copy(list *TermsReviewResponseList) *TermsReviewResponseListBuilder
- func (b *TermsReviewResponseListBuilder) Empty() bool
- func (b *TermsReviewResponseListBuilder) Items(values ...*TermsReviewResponseBuilder) *TermsReviewResponseListBuilder
Constants ¶
const AccessReviewRequestListKind = "AccessReviewRequestList"
AccessReviewRequestListKind is the name of the type used to represent list of objects of type 'access_review_request'.
const AccessReviewRequestListLinkKind = "AccessReviewRequestListLink"
AccessReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'access_review_request'.
const AccessReviewRequestListNilKind = "AccessReviewRequestListNil"
AccessReviewRequestNilKind is the name of the type used to nil lists of objects of type 'access_review_request'.
const AccessReviewResponseListKind = "AccessReviewResponseList"
AccessReviewResponseListKind is the name of the type used to represent list of objects of type 'access_review_response'.
const AccessReviewResponseListLinkKind = "AccessReviewResponseListLink"
AccessReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'access_review_response'.
const AccessReviewResponseListNilKind = "AccessReviewResponseListNil"
AccessReviewResponseNilKind is the name of the type used to nil lists of objects of type 'access_review_response'.
const CapabilityReviewRequestListKind = "CapabilityReviewRequestList"
CapabilityReviewRequestListKind is the name of the type used to represent list of objects of type 'capability_review_request'.
const CapabilityReviewRequestListLinkKind = "CapabilityReviewRequestListLink"
CapabilityReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'capability_review_request'.
const CapabilityReviewRequestListNilKind = "CapabilityReviewRequestListNil"
CapabilityReviewRequestNilKind is the name of the type used to nil lists of objects of type 'capability_review_request'.
const CapabilityReviewResponseListKind = "CapabilityReviewResponseList"
CapabilityReviewResponseListKind is the name of the type used to represent list of objects of type 'capability_review_response'.
const CapabilityReviewResponseListLinkKind = "CapabilityReviewResponseListLink"
CapabilityReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'capability_review_response'.
const CapabilityReviewResponseListNilKind = "CapabilityReviewResponseListNil"
CapabilityReviewResponseNilKind is the name of the type used to nil lists of objects of type 'capability_review_response'.
const ExportControlReviewRequestListKind = "ExportControlReviewRequestList"
ExportControlReviewRequestListKind is the name of the type used to represent list of objects of type 'export_control_review_request'.
const ExportControlReviewRequestListLinkKind = "ExportControlReviewRequestListLink"
ExportControlReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'export_control_review_request'.
const ExportControlReviewRequestListNilKind = "ExportControlReviewRequestListNil"
ExportControlReviewRequestNilKind is the name of the type used to nil lists of objects of type 'export_control_review_request'.
const ExportControlReviewResponseListKind = "ExportControlReviewResponseList"
ExportControlReviewResponseListKind is the name of the type used to represent list of objects of type 'export_control_review_response'.
const ExportControlReviewResponseListLinkKind = "ExportControlReviewResponseListLink"
ExportControlReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'export_control_review_response'.
const ExportControlReviewResponseListNilKind = "ExportControlReviewResponseListNil"
ExportControlReviewResponseNilKind is the name of the type used to nil lists of objects of type 'export_control_review_response'.
const FeatureReviewRequestListKind = "FeatureReviewRequestList"
FeatureReviewRequestListKind is the name of the type used to represent list of objects of type 'feature_review_request'.
const FeatureReviewRequestListLinkKind = "FeatureReviewRequestListLink"
FeatureReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'feature_review_request'.
const FeatureReviewRequestListNilKind = "FeatureReviewRequestListNil"
FeatureReviewRequestNilKind is the name of the type used to nil lists of objects of type 'feature_review_request'.
const FeatureReviewResponseListKind = "FeatureReviewResponseList"
FeatureReviewResponseListKind is the name of the type used to represent list of objects of type 'feature_review_response'.
const FeatureReviewResponseListLinkKind = "FeatureReviewResponseListLink"
FeatureReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'feature_review_response'.
const FeatureReviewResponseListNilKind = "FeatureReviewResponseListNil"
FeatureReviewResponseNilKind is the name of the type used to nil lists of objects of type 'feature_review_response'.
const ResourceReviewListKind = "ResourceReviewList"
ResourceReviewListKind is the name of the type used to represent list of objects of type 'resource_review'.
const ResourceReviewListLinkKind = "ResourceReviewListLink"
ResourceReviewListLinkKind is the name of the type used to represent links to list of objects of type 'resource_review'.
const ResourceReviewListNilKind = "ResourceReviewListNil"
ResourceReviewNilKind is the name of the type used to nil lists of objects of type 'resource_review'.
const ResourceReviewRequestListKind = "ResourceReviewRequestList"
ResourceReviewRequestListKind is the name of the type used to represent list of objects of type 'resource_review_request'.
const ResourceReviewRequestListLinkKind = "ResourceReviewRequestListLink"
ResourceReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'resource_review_request'.
const ResourceReviewRequestListNilKind = "ResourceReviewRequestListNil"
ResourceReviewRequestNilKind is the name of the type used to nil lists of objects of type 'resource_review_request'.
const SelfAccessReviewRequestListKind = "SelfAccessReviewRequestList"
SelfAccessReviewRequestListKind is the name of the type used to represent list of objects of type 'self_access_review_request'.
const SelfAccessReviewRequestListLinkKind = "SelfAccessReviewRequestListLink"
SelfAccessReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'self_access_review_request'.
const SelfAccessReviewRequestListNilKind = "SelfAccessReviewRequestListNil"
SelfAccessReviewRequestNilKind is the name of the type used to nil lists of objects of type 'self_access_review_request'.
const SelfAccessReviewResponseListKind = "SelfAccessReviewResponseList"
SelfAccessReviewResponseListKind is the name of the type used to represent list of objects of type 'self_access_review_response'.
const SelfAccessReviewResponseListLinkKind = "SelfAccessReviewResponseListLink"
SelfAccessReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'self_access_review_response'.
const SelfAccessReviewResponseListNilKind = "SelfAccessReviewResponseListNil"
SelfAccessReviewResponseNilKind is the name of the type used to nil lists of objects of type 'self_access_review_response'.
const SelfCapabilityReviewRequestListKind = "SelfCapabilityReviewRequestList"
SelfCapabilityReviewRequestListKind is the name of the type used to represent list of objects of type 'self_capability_review_request'.
const SelfCapabilityReviewRequestListLinkKind = "SelfCapabilityReviewRequestListLink"
SelfCapabilityReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'self_capability_review_request'.
const SelfCapabilityReviewRequestListNilKind = "SelfCapabilityReviewRequestListNil"
SelfCapabilityReviewRequestNilKind is the name of the type used to nil lists of objects of type 'self_capability_review_request'.
const SelfCapabilityReviewResponseListKind = "SelfCapabilityReviewResponseList"
SelfCapabilityReviewResponseListKind is the name of the type used to represent list of objects of type 'self_capability_review_response'.
const SelfCapabilityReviewResponseListLinkKind = "SelfCapabilityReviewResponseListLink"
SelfCapabilityReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'self_capability_review_response'.
const SelfCapabilityReviewResponseListNilKind = "SelfCapabilityReviewResponseListNil"
SelfCapabilityReviewResponseNilKind is the name of the type used to nil lists of objects of type 'self_capability_review_response'.
const SelfFeatureReviewRequestListKind = "SelfFeatureReviewRequestList"
SelfFeatureReviewRequestListKind is the name of the type used to represent list of objects of type 'self_feature_review_request'.
const SelfFeatureReviewRequestListLinkKind = "SelfFeatureReviewRequestListLink"
SelfFeatureReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'self_feature_review_request'.
const SelfFeatureReviewRequestListNilKind = "SelfFeatureReviewRequestListNil"
SelfFeatureReviewRequestNilKind is the name of the type used to nil lists of objects of type 'self_feature_review_request'.
const SelfFeatureReviewResponseListKind = "SelfFeatureReviewResponseList"
SelfFeatureReviewResponseListKind is the name of the type used to represent list of objects of type 'self_feature_review_response'.
const SelfFeatureReviewResponseListLinkKind = "SelfFeatureReviewResponseListLink"
SelfFeatureReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'self_feature_review_response'.
const SelfFeatureReviewResponseListNilKind = "SelfFeatureReviewResponseListNil"
SelfFeatureReviewResponseNilKind is the name of the type used to nil lists of objects of type 'self_feature_review_response'.
const SelfTermsReviewRequestListKind = "SelfTermsReviewRequestList"
SelfTermsReviewRequestListKind is the name of the type used to represent list of objects of type 'self_terms_review_request'.
const SelfTermsReviewRequestListLinkKind = "SelfTermsReviewRequestListLink"
SelfTermsReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'self_terms_review_request'.
const SelfTermsReviewRequestListNilKind = "SelfTermsReviewRequestListNil"
SelfTermsReviewRequestNilKind is the name of the type used to nil lists of objects of type 'self_terms_review_request'.
const TermsReviewRequestListKind = "TermsReviewRequestList"
TermsReviewRequestListKind is the name of the type used to represent list of objects of type 'terms_review_request'.
const TermsReviewRequestListLinkKind = "TermsReviewRequestListLink"
TermsReviewRequestListLinkKind is the name of the type used to represent links to list of objects of type 'terms_review_request'.
const TermsReviewRequestListNilKind = "TermsReviewRequestListNil"
TermsReviewRequestNilKind is the name of the type used to nil lists of objects of type 'terms_review_request'.
const TermsReviewResponseListKind = "TermsReviewResponseList"
TermsReviewResponseListKind is the name of the type used to represent list of objects of type 'terms_review_response'.
const TermsReviewResponseListLinkKind = "TermsReviewResponseListLink"
TermsReviewResponseListLinkKind is the name of the type used to represent links to list of objects of type 'terms_review_response'.
const TermsReviewResponseListNilKind = "TermsReviewResponseListNil"
TermsReviewResponseNilKind is the name of the type used to nil lists of objects of type 'terms_review_response'.
Variables ¶
This section is empty.
Functions ¶
func MarshalAccessReviewRequest ¶
func MarshalAccessReviewRequest(object *AccessReviewRequest, writer io.Writer) error
MarshalAccessReviewRequest writes a value of the 'access_review_request' type to the given writer.
func MarshalAccessReviewRequestList ¶
func MarshalAccessReviewRequestList(list []*AccessReviewRequest, writer io.Writer) error
MarshalAccessReviewRequestList writes a list of values of the 'access_review_request' type to the given writer.
func MarshalAccessReviewResponse ¶
func MarshalAccessReviewResponse(object *AccessReviewResponse, writer io.Writer) error
MarshalAccessReviewResponse writes a value of the 'access_review_response' type to the given writer.
func MarshalAccessReviewResponseList ¶
func MarshalAccessReviewResponseList(list []*AccessReviewResponse, writer io.Writer) error
MarshalAccessReviewResponseList writes a list of values of the 'access_review_response' type to the given writer.
func MarshalBooleanList ¶
MarshalBooleanList writes a list of values of the 'boolean' type to the given writer.
func MarshalCapabilityReviewRequest ¶
func MarshalCapabilityReviewRequest(object *CapabilityReviewRequest, writer io.Writer) error
MarshalCapabilityReviewRequest writes a value of the 'capability_review_request' type to the given writer.
func MarshalCapabilityReviewRequestList ¶
func MarshalCapabilityReviewRequestList(list []*CapabilityReviewRequest, writer io.Writer) error
MarshalCapabilityReviewRequestList writes a list of values of the 'capability_review_request' type to the given writer.
func MarshalCapabilityReviewResponse ¶
func MarshalCapabilityReviewResponse(object *CapabilityReviewResponse, writer io.Writer) error
MarshalCapabilityReviewResponse writes a value of the 'capability_review_response' type to the given writer.
func MarshalCapabilityReviewResponseList ¶
func MarshalCapabilityReviewResponseList(list []*CapabilityReviewResponse, writer io.Writer) error
MarshalCapabilityReviewResponseList writes a list of values of the 'capability_review_response' type to the given writer.
func MarshalDateList ¶
MarshalDateList writes a list of values of the 'date' type to the given writer.
func MarshalExportControlReviewRequest ¶
func MarshalExportControlReviewRequest(object *ExportControlReviewRequest, writer io.Writer) error
MarshalExportControlReviewRequest writes a value of the 'export_control_review_request' type to the given writer.
func MarshalExportControlReviewRequestList ¶
func MarshalExportControlReviewRequestList(list []*ExportControlReviewRequest, writer io.Writer) error
MarshalExportControlReviewRequestList writes a list of values of the 'export_control_review_request' type to the given writer.
func MarshalExportControlReviewResponse ¶
func MarshalExportControlReviewResponse(object *ExportControlReviewResponse, writer io.Writer) error
MarshalExportControlReviewResponse writes a value of the 'export_control_review_response' type to the given writer.
func MarshalExportControlReviewResponseList ¶
func MarshalExportControlReviewResponseList(list []*ExportControlReviewResponse, writer io.Writer) error
MarshalExportControlReviewResponseList writes a list of values of the 'export_control_review_response' type to the given writer.
func MarshalFeatureReviewRequest ¶
func MarshalFeatureReviewRequest(object *FeatureReviewRequest, writer io.Writer) error
MarshalFeatureReviewRequest writes a value of the 'feature_review_request' type to the given writer.
func MarshalFeatureReviewRequestList ¶
func MarshalFeatureReviewRequestList(list []*FeatureReviewRequest, writer io.Writer) error
MarshalFeatureReviewRequestList writes a list of values of the 'feature_review_request' type to the given writer.
func MarshalFeatureReviewResponse ¶
func MarshalFeatureReviewResponse(object *FeatureReviewResponse, writer io.Writer) error
MarshalFeatureReviewResponse writes a value of the 'feature_review_response' type to the given writer.
func MarshalFeatureReviewResponseList ¶
func MarshalFeatureReviewResponseList(list []*FeatureReviewResponse, writer io.Writer) error
MarshalFeatureReviewResponseList writes a list of values of the 'feature_review_response' type to the given writer.
func MarshalFloatList ¶
MarshalFloatList writes a list of values of the 'float' type to the given writer.
func MarshalIntegerList ¶
MarshalIntegerList writes a list of values of the 'integer' type to the given writer.
func MarshalInterfaceList ¶
MarshalInterfaceList writes a list of values of the 'interface' type to the given writer.
func MarshalLongList ¶
MarshalLongList writes a list of values of the 'long' type to the given writer.
func MarshalMetadata ¶
MarshalMetadata writes a value of the metadata type to the given target, which can be a writer or a JSON encoder.
func MarshalResourceReview ¶
func MarshalResourceReview(object *ResourceReview, writer io.Writer) error
MarshalResourceReview writes a value of the 'resource_review' type to the given writer.
func MarshalResourceReviewList ¶
func MarshalResourceReviewList(list []*ResourceReview, writer io.Writer) error
MarshalResourceReviewList writes a list of values of the 'resource_review' type to the given writer.
func MarshalResourceReviewRequest ¶
func MarshalResourceReviewRequest(object *ResourceReviewRequest, writer io.Writer) error
MarshalResourceReviewRequest writes a value of the 'resource_review_request' type to the given writer.
func MarshalResourceReviewRequestList ¶
func MarshalResourceReviewRequestList(list []*ResourceReviewRequest, writer io.Writer) error
MarshalResourceReviewRequestList writes a list of values of the 'resource_review_request' type to the given writer.
func MarshalSelfAccessReviewRequest ¶
func MarshalSelfAccessReviewRequest(object *SelfAccessReviewRequest, writer io.Writer) error
MarshalSelfAccessReviewRequest writes a value of the 'self_access_review_request' type to the given writer.
func MarshalSelfAccessReviewRequestList ¶
func MarshalSelfAccessReviewRequestList(list []*SelfAccessReviewRequest, writer io.Writer) error
MarshalSelfAccessReviewRequestList writes a list of values of the 'self_access_review_request' type to the given writer.
func MarshalSelfAccessReviewResponse ¶
func MarshalSelfAccessReviewResponse(object *SelfAccessReviewResponse, writer io.Writer) error
MarshalSelfAccessReviewResponse writes a value of the 'self_access_review_response' type to the given writer.
func MarshalSelfAccessReviewResponseList ¶
func MarshalSelfAccessReviewResponseList(list []*SelfAccessReviewResponse, writer io.Writer) error
MarshalSelfAccessReviewResponseList writes a list of values of the 'self_access_review_response' type to the given writer.
func MarshalSelfCapabilityReviewRequest ¶
func MarshalSelfCapabilityReviewRequest(object *SelfCapabilityReviewRequest, writer io.Writer) error
MarshalSelfCapabilityReviewRequest writes a value of the 'self_capability_review_request' type to the given writer.
func MarshalSelfCapabilityReviewRequestList ¶
func MarshalSelfCapabilityReviewRequestList(list []*SelfCapabilityReviewRequest, writer io.Writer) error
MarshalSelfCapabilityReviewRequestList writes a list of values of the 'self_capability_review_request' type to the given writer.
func MarshalSelfCapabilityReviewResponse ¶
func MarshalSelfCapabilityReviewResponse(object *SelfCapabilityReviewResponse, writer io.Writer) error
MarshalSelfCapabilityReviewResponse writes a value of the 'self_capability_review_response' type to the given writer.
func MarshalSelfCapabilityReviewResponseList ¶
func MarshalSelfCapabilityReviewResponseList(list []*SelfCapabilityReviewResponse, writer io.Writer) error
MarshalSelfCapabilityReviewResponseList writes a list of values of the 'self_capability_review_response' type to the given writer.
func MarshalSelfFeatureReviewRequest ¶
func MarshalSelfFeatureReviewRequest(object *SelfFeatureReviewRequest, writer io.Writer) error
MarshalSelfFeatureReviewRequest writes a value of the 'self_feature_review_request' type to the given writer.
func MarshalSelfFeatureReviewRequestList ¶
func MarshalSelfFeatureReviewRequestList(list []*SelfFeatureReviewRequest, writer io.Writer) error
MarshalSelfFeatureReviewRequestList writes a list of values of the 'self_feature_review_request' type to the given writer.
func MarshalSelfFeatureReviewResponse ¶
func MarshalSelfFeatureReviewResponse(object *SelfFeatureReviewResponse, writer io.Writer) error
MarshalSelfFeatureReviewResponse writes a value of the 'self_feature_review_response' type to the given writer.
func MarshalSelfFeatureReviewResponseList ¶
func MarshalSelfFeatureReviewResponseList(list []*SelfFeatureReviewResponse, writer io.Writer) error
MarshalSelfFeatureReviewResponseList writes a list of values of the 'self_feature_review_response' type to the given writer.
func MarshalSelfTermsReviewRequest ¶
func MarshalSelfTermsReviewRequest(object *SelfTermsReviewRequest, writer io.Writer) error
MarshalSelfTermsReviewRequest writes a value of the 'self_terms_review_request' type to the given writer.
func MarshalSelfTermsReviewRequestList ¶
func MarshalSelfTermsReviewRequestList(list []*SelfTermsReviewRequest, writer io.Writer) error
MarshalSelfTermsReviewRequestList writes a list of values of the 'self_terms_review_request' type to the given writer.
func MarshalStringList ¶
MarshalStringList writes a list of values of the 'string' type to the given writer.
func MarshalSubscriptionStatusList ¶
func MarshalSubscriptionStatusList(list []SubscriptionStatus, writer io.Writer) error
MarshalSubscriptionStatusList writes a list of values of the 'subscription_status' type to the given writer.
func MarshalTermsReviewRequest ¶
func MarshalTermsReviewRequest(object *TermsReviewRequest, writer io.Writer) error
MarshalTermsReviewRequest writes a value of the 'terms_review_request' type to the given writer.
func MarshalTermsReviewRequestList ¶
func MarshalTermsReviewRequestList(list []*TermsReviewRequest, writer io.Writer) error
MarshalTermsReviewRequestList writes a list of values of the 'terms_review_request' type to the given writer.
func MarshalTermsReviewResponse ¶
func MarshalTermsReviewResponse(object *TermsReviewResponse, writer io.Writer) error
MarshalTermsReviewResponse writes a value of the 'terms_review_response' type to the given writer.
func MarshalTermsReviewResponseList ¶
func MarshalTermsReviewResponseList(list []*TermsReviewResponse, writer io.Writer) error
MarshalTermsReviewResponseList writes a list of values of the 'terms_review_response' type to the given writer.
func ReadBooleanList ¶
ReadBooleanList reads list of values of the ”boolean' type from the given iterator.
func ReadDateList ¶
ReadDateList reads list of values of the ”date' type from the given iterator.
func ReadFloatList ¶
ReadFloatList reads list of values of the ”float' type from the given iterator.
func ReadIntegerList ¶
ReadIntegerList reads list of values of the ”integer' type from the given iterator.
func ReadInterfaceList ¶
ReadInterfaceList reads list of values of the ”interface' type from the given iterator.
func ReadLongList ¶
ReadLongList reads list of values of the ”long' type from the given iterator.
func ReadStringList ¶
ReadStringList reads list of values of the ”string' type from the given iterator.
func UnmarshalBooleanList ¶
UnmarshalBooleanList reads a list of values of the 'boolean' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalDateList ¶
UnmarshalDateList reads a list of values of the 'date' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalFloatList ¶
UnmarshalFloatList reads a list of values of the 'float' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalIntegerList ¶
UnmarshalIntegerList reads a list of values of the 'integer' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalInterfaceList ¶
func UnmarshalInterfaceList(source interface{}) (items []interface{}, err error)
UnmarshalInterfaceList reads a list of values of the 'interface' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalLongList ¶
UnmarshalLongList reads a list of values of the 'long' type from the given source, which can be a slice of bytes, a string or a reader.
func UnmarshalStringList ¶
UnmarshalStringList reads a list of values of the 'string' type from the given source, which can be a slice of bytes, a string or a reader.
func WriteAccessReviewRequest ¶
func WriteAccessReviewRequest(object *AccessReviewRequest, stream *jsoniter.Stream)
WriteAccessReviewRequest writes a value of the 'access_review_request' type to the given stream.
func WriteAccessReviewRequestList ¶
func WriteAccessReviewRequestList(list []*AccessReviewRequest, stream *jsoniter.Stream)
WriteAccessReviewRequestList writes a list of value of the 'access_review_request' type to the given stream.
func WriteAccessReviewResponse ¶
func WriteAccessReviewResponse(object *AccessReviewResponse, stream *jsoniter.Stream)
WriteAccessReviewResponse writes a value of the 'access_review_response' type to the given stream.
func WriteAccessReviewResponseList ¶
func WriteAccessReviewResponseList(list []*AccessReviewResponse, stream *jsoniter.Stream)
WriteAccessReviewResponseList writes a list of value of the 'access_review_response' type to the given stream.
func WriteBooleanList ¶
WriteBooleanList writes a list of value of the 'boolean' type to the given stream.
func WriteCapabilityReviewRequest ¶
func WriteCapabilityReviewRequest(object *CapabilityReviewRequest, stream *jsoniter.Stream)
WriteCapabilityReviewRequest writes a value of the 'capability_review_request' type to the given stream.
func WriteCapabilityReviewRequestList ¶
func WriteCapabilityReviewRequestList(list []*CapabilityReviewRequest, stream *jsoniter.Stream)
WriteCapabilityReviewRequestList writes a list of value of the 'capability_review_request' type to the given stream.
func WriteCapabilityReviewResponse ¶
func WriteCapabilityReviewResponse(object *CapabilityReviewResponse, stream *jsoniter.Stream)
WriteCapabilityReviewResponse writes a value of the 'capability_review_response' type to the given stream.
func WriteCapabilityReviewResponseList ¶
func WriteCapabilityReviewResponseList(list []*CapabilityReviewResponse, stream *jsoniter.Stream)
WriteCapabilityReviewResponseList writes a list of value of the 'capability_review_response' type to the given stream.
func WriteDateList ¶
WriteDateList writes a list of value of the 'date' type to the given stream.
func WriteExportControlReviewRequest ¶
func WriteExportControlReviewRequest(object *ExportControlReviewRequest, stream *jsoniter.Stream)
WriteExportControlReviewRequest writes a value of the 'export_control_review_request' type to the given stream.
func WriteExportControlReviewRequestList ¶
func WriteExportControlReviewRequestList(list []*ExportControlReviewRequest, stream *jsoniter.Stream)
WriteExportControlReviewRequestList writes a list of value of the 'export_control_review_request' type to the given stream.
func WriteExportControlReviewResponse ¶
func WriteExportControlReviewResponse(object *ExportControlReviewResponse, stream *jsoniter.Stream)
WriteExportControlReviewResponse writes a value of the 'export_control_review_response' type to the given stream.
func WriteExportControlReviewResponseList ¶
func WriteExportControlReviewResponseList(list []*ExportControlReviewResponse, stream *jsoniter.Stream)
WriteExportControlReviewResponseList writes a list of value of the 'export_control_review_response' type to the given stream.
func WriteFeatureReviewRequest ¶
func WriteFeatureReviewRequest(object *FeatureReviewRequest, stream *jsoniter.Stream)
WriteFeatureReviewRequest writes a value of the 'feature_review_request' type to the given stream.
func WriteFeatureReviewRequestList ¶
func WriteFeatureReviewRequestList(list []*FeatureReviewRequest, stream *jsoniter.Stream)
WriteFeatureReviewRequestList writes a list of value of the 'feature_review_request' type to the given stream.
func WriteFeatureReviewResponse ¶
func WriteFeatureReviewResponse(object *FeatureReviewResponse, stream *jsoniter.Stream)
WriteFeatureReviewResponse writes a value of the 'feature_review_response' type to the given stream.
func WriteFeatureReviewResponseList ¶
func WriteFeatureReviewResponseList(list []*FeatureReviewResponse, stream *jsoniter.Stream)
WriteFeatureReviewResponseList writes a list of value of the 'feature_review_response' type to the given stream.
func WriteFloatList ¶
WriteFloatList writes a list of value of the 'float' type to the given stream.
func WriteIntegerList ¶
WriteIntegerList writes a list of value of the 'integer' type to the given stream.
func WriteInterfaceList ¶
WriteInterfaceList writes a list of value of the 'interface' type to the given stream.
func WriteLongList ¶
WriteLongList writes a list of value of the 'long' type to the given stream.
func WriteResourceReview ¶
func WriteResourceReview(object *ResourceReview, stream *jsoniter.Stream)
WriteResourceReview writes a value of the 'resource_review' type to the given stream.
func WriteResourceReviewList ¶
func WriteResourceReviewList(list []*ResourceReview, stream *jsoniter.Stream)
WriteResourceReviewList writes a list of value of the 'resource_review' type to the given stream.
func WriteResourceReviewRequest ¶
func WriteResourceReviewRequest(object *ResourceReviewRequest, stream *jsoniter.Stream)
WriteResourceReviewRequest writes a value of the 'resource_review_request' type to the given stream.
func WriteResourceReviewRequestList ¶
func WriteResourceReviewRequestList(list []*ResourceReviewRequest, stream *jsoniter.Stream)
WriteResourceReviewRequestList writes a list of value of the 'resource_review_request' type to the given stream.
func WriteSelfAccessReviewRequest ¶
func WriteSelfAccessReviewRequest(object *SelfAccessReviewRequest, stream *jsoniter.Stream)
WriteSelfAccessReviewRequest writes a value of the 'self_access_review_request' type to the given stream.
func WriteSelfAccessReviewRequestList ¶
func WriteSelfAccessReviewRequestList(list []*SelfAccessReviewRequest, stream *jsoniter.Stream)
WriteSelfAccessReviewRequestList writes a list of value of the 'self_access_review_request' type to the given stream.
func WriteSelfAccessReviewResponse ¶
func WriteSelfAccessReviewResponse(object *SelfAccessReviewResponse, stream *jsoniter.Stream)
WriteSelfAccessReviewResponse writes a value of the 'self_access_review_response' type to the given stream.
func WriteSelfAccessReviewResponseList ¶
func WriteSelfAccessReviewResponseList(list []*SelfAccessReviewResponse, stream *jsoniter.Stream)
WriteSelfAccessReviewResponseList writes a list of value of the 'self_access_review_response' type to the given stream.
func WriteSelfCapabilityReviewRequest ¶
func WriteSelfCapabilityReviewRequest(object *SelfCapabilityReviewRequest, stream *jsoniter.Stream)
WriteSelfCapabilityReviewRequest writes a value of the 'self_capability_review_request' type to the given stream.
func WriteSelfCapabilityReviewRequestList ¶
func WriteSelfCapabilityReviewRequestList(list []*SelfCapabilityReviewRequest, stream *jsoniter.Stream)
WriteSelfCapabilityReviewRequestList writes a list of value of the 'self_capability_review_request' type to the given stream.
func WriteSelfCapabilityReviewResponse ¶
func WriteSelfCapabilityReviewResponse(object *SelfCapabilityReviewResponse, stream *jsoniter.Stream)
WriteSelfCapabilityReviewResponse writes a value of the 'self_capability_review_response' type to the given stream.
func WriteSelfCapabilityReviewResponseList ¶
func WriteSelfCapabilityReviewResponseList(list []*SelfCapabilityReviewResponse, stream *jsoniter.Stream)
WriteSelfCapabilityReviewResponseList writes a list of value of the 'self_capability_review_response' type to the given stream.
func WriteSelfFeatureReviewRequest ¶
func WriteSelfFeatureReviewRequest(object *SelfFeatureReviewRequest, stream *jsoniter.Stream)
WriteSelfFeatureReviewRequest writes a value of the 'self_feature_review_request' type to the given stream.
func WriteSelfFeatureReviewRequestList ¶
func WriteSelfFeatureReviewRequestList(list []*SelfFeatureReviewRequest, stream *jsoniter.Stream)
WriteSelfFeatureReviewRequestList writes a list of value of the 'self_feature_review_request' type to the given stream.
func WriteSelfFeatureReviewResponse ¶
func WriteSelfFeatureReviewResponse(object *SelfFeatureReviewResponse, stream *jsoniter.Stream)
WriteSelfFeatureReviewResponse writes a value of the 'self_feature_review_response' type to the given stream.
func WriteSelfFeatureReviewResponseList ¶
func WriteSelfFeatureReviewResponseList(list []*SelfFeatureReviewResponse, stream *jsoniter.Stream)
WriteSelfFeatureReviewResponseList writes a list of value of the 'self_feature_review_response' type to the given stream.
func WriteSelfTermsReviewRequest ¶
func WriteSelfTermsReviewRequest(object *SelfTermsReviewRequest, stream *jsoniter.Stream)
WriteSelfTermsReviewRequest writes a value of the 'self_terms_review_request' type to the given stream.
func WriteSelfTermsReviewRequestList ¶
func WriteSelfTermsReviewRequestList(list []*SelfTermsReviewRequest, stream *jsoniter.Stream)
WriteSelfTermsReviewRequestList writes a list of value of the 'self_terms_review_request' type to the given stream.
func WriteStringList ¶
WriteStringList writes a list of value of the 'string' type to the given stream.
func WriteSubscriptionStatusList ¶
func WriteSubscriptionStatusList(list []SubscriptionStatus, stream *jsoniter.Stream)
WriteSubscriptionStatusList writes a list of value of the 'subscription_status' type to the given stream.
func WriteTermsReviewRequest ¶
func WriteTermsReviewRequest(object *TermsReviewRequest, stream *jsoniter.Stream)
WriteTermsReviewRequest writes a value of the 'terms_review_request' type to the given stream.
func WriteTermsReviewRequestList ¶
func WriteTermsReviewRequestList(list []*TermsReviewRequest, stream *jsoniter.Stream)
WriteTermsReviewRequestList writes a list of value of the 'terms_review_request' type to the given stream.
func WriteTermsReviewResponse ¶
func WriteTermsReviewResponse(object *TermsReviewResponse, stream *jsoniter.Stream)
WriteTermsReviewResponse writes a value of the 'terms_review_response' type to the given stream.
func WriteTermsReviewResponseList ¶
func WriteTermsReviewResponseList(list []*TermsReviewResponse, stream *jsoniter.Stream)
WriteTermsReviewResponseList writes a list of value of the 'terms_review_response' type to the given stream.
Types ¶
type AccessReviewRequest ¶
type AccessReviewRequest struct {
// contains filtered or unexported fields
}
AccessReviewRequest represents the values of the 'access_review_request' type.
Representation of an access review
func ReadAccessReviewRequest ¶
func ReadAccessReviewRequest(iterator *jsoniter.Iterator) *AccessReviewRequest
ReadAccessReviewRequest reads a value of the 'access_review_request' type from the given iterator.
func ReadAccessReviewRequestList ¶
func ReadAccessReviewRequestList(iterator *jsoniter.Iterator) []*AccessReviewRequest
ReadAccessReviewRequestList reads list of values of the ”access_review_request' type from the given iterator.
func UnmarshalAccessReviewRequest ¶
func UnmarshalAccessReviewRequest(source interface{}) (object *AccessReviewRequest, err error)
UnmarshalAccessReviewRequest reads a value of the 'access_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalAccessReviewRequestList ¶
func UnmarshalAccessReviewRequestList(source interface{}) (items []*AccessReviewRequest, err error)
UnmarshalAccessReviewRequestList reads a list of values of the 'access_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*AccessReviewRequest) AccountUsername ¶
func (o *AccessReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which access is being reviewed
func (*AccessReviewRequest) Action ¶
func (o *AccessReviewRequest) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the action, one of: [get,list,create,delete,update]
func (*AccessReviewRequest) ClusterID ¶
func (o *AccessReviewRequest) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to
func (*AccessReviewRequest) ClusterUUID ¶
func (o *AccessReviewRequest) ClusterUUID() string
ClusterUUID returns the value of the 'cluster_UUID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (external id) the resource type belongs to
func (*AccessReviewRequest) Empty ¶
func (o *AccessReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*AccessReviewRequest) GetAccountUsername ¶
func (o *AccessReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which access is being reviewed
func (*AccessReviewRequest) GetAction ¶
func (o *AccessReviewRequest) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Indicates the action, one of: [get,list,create,delete,update]
func (*AccessReviewRequest) GetClusterID ¶
func (o *AccessReviewRequest) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to
func (*AccessReviewRequest) GetClusterUUID ¶
func (o *AccessReviewRequest) GetClusterUUID() (value string, ok bool)
GetClusterUUID returns the value of the 'cluster_UUID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (external id) the resource type belongs to
func (*AccessReviewRequest) GetOrganizationID ¶
func (o *AccessReviewRequest) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to
func (*AccessReviewRequest) GetResourceType ¶
func (o *AccessReviewRequest) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values
func (*AccessReviewRequest) GetSubscriptionID ¶
func (o *AccessReviewRequest) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to
func (*AccessReviewRequest) OrganizationID ¶
func (o *AccessReviewRequest) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to
func (*AccessReviewRequest) ResourceType ¶
func (o *AccessReviewRequest) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values
func (*AccessReviewRequest) SubscriptionID ¶
func (o *AccessReviewRequest) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to
type AccessReviewRequestBuilder ¶
type AccessReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of an access review
func NewAccessReviewRequest ¶
func NewAccessReviewRequest() *AccessReviewRequestBuilder
NewAccessReviewRequest creates a new builder of 'access_review_request' objects.
func (*AccessReviewRequestBuilder) AccountUsername ¶
func (b *AccessReviewRequestBuilder) AccountUsername(value string) *AccessReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*AccessReviewRequestBuilder) Action ¶
func (b *AccessReviewRequestBuilder) Action(value string) *AccessReviewRequestBuilder
Action sets the value of the 'action' attribute to the given value.
func (*AccessReviewRequestBuilder) Build ¶
func (b *AccessReviewRequestBuilder) Build() (object *AccessReviewRequest, err error)
Build creates a 'access_review_request' object using the configuration stored in the builder.
func (*AccessReviewRequestBuilder) ClusterID ¶
func (b *AccessReviewRequestBuilder) ClusterID(value string) *AccessReviewRequestBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*AccessReviewRequestBuilder) ClusterUUID ¶
func (b *AccessReviewRequestBuilder) ClusterUUID(value string) *AccessReviewRequestBuilder
ClusterUUID sets the value of the 'cluster_UUID' attribute to the given value.
func (*AccessReviewRequestBuilder) Copy ¶
func (b *AccessReviewRequestBuilder) Copy(object *AccessReviewRequest) *AccessReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*AccessReviewRequestBuilder) Empty ¶
func (b *AccessReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*AccessReviewRequestBuilder) OrganizationID ¶
func (b *AccessReviewRequestBuilder) OrganizationID(value string) *AccessReviewRequestBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*AccessReviewRequestBuilder) ResourceType ¶
func (b *AccessReviewRequestBuilder) ResourceType(value string) *AccessReviewRequestBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*AccessReviewRequestBuilder) SubscriptionID ¶
func (b *AccessReviewRequestBuilder) SubscriptionID(value string) *AccessReviewRequestBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
type AccessReviewRequestList ¶
type AccessReviewRequestList struct {
// contains filtered or unexported fields
}
AccessReviewRequestList is a list of values of the 'access_review_request' type.
func (*AccessReviewRequestList) Each ¶
func (l *AccessReviewRequestList) Each(f func(item *AccessReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*AccessReviewRequestList) Empty ¶
func (l *AccessReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*AccessReviewRequestList) Get ¶
func (l *AccessReviewRequestList) Get(i int) *AccessReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*AccessReviewRequestList) Items ¶
func (l *AccessReviewRequestList) Items() []*AccessReviewRequest
Items returns the items of the list.
func (*AccessReviewRequestList) Len ¶
func (l *AccessReviewRequestList) Len() int
Len returns the length of the list.
func (*AccessReviewRequestList) Range ¶
func (l *AccessReviewRequestList) Range(f func(index int, item *AccessReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*AccessReviewRequestList) SetHREF ¶
func (l *AccessReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*AccessReviewRequestList) SetItems ¶
func (l *AccessReviewRequestList) SetItems(items []*AccessReviewRequest)
Items sets the items of the list.
func (*AccessReviewRequestList) SetLink ¶
func (l *AccessReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*AccessReviewRequestList) Slice ¶
func (l *AccessReviewRequestList) Slice() []*AccessReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type AccessReviewRequestListBuilder ¶
type AccessReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
AccessReviewRequestListBuilder contains the data and logic needed to build 'access_review_request' objects.
func NewAccessReviewRequestList ¶
func NewAccessReviewRequestList() *AccessReviewRequestListBuilder
NewAccessReviewRequestList creates a new builder of 'access_review_request' objects.
func (*AccessReviewRequestListBuilder) Build ¶
func (b *AccessReviewRequestListBuilder) Build() (list *AccessReviewRequestList, err error)
Build creates a list of 'access_review_request' objects using the configuration stored in the builder.
func (*AccessReviewRequestListBuilder) Copy ¶
func (b *AccessReviewRequestListBuilder) Copy(list *AccessReviewRequestList) *AccessReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*AccessReviewRequestListBuilder) Empty ¶
func (b *AccessReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*AccessReviewRequestListBuilder) Items ¶
func (b *AccessReviewRequestListBuilder) Items(values ...*AccessReviewRequestBuilder) *AccessReviewRequestListBuilder
Items sets the items of the list.
type AccessReviewResponse ¶
type AccessReviewResponse struct {
// contains filtered or unexported fields
}
AccessReviewResponse represents the values of the 'access_review_response' type.
Representation of an access review response
func ReadAccessReviewResponse ¶
func ReadAccessReviewResponse(iterator *jsoniter.Iterator) *AccessReviewResponse
ReadAccessReviewResponse reads a value of the 'access_review_response' type from the given iterator.
func ReadAccessReviewResponseList ¶
func ReadAccessReviewResponseList(iterator *jsoniter.Iterator) []*AccessReviewResponse
ReadAccessReviewResponseList reads list of values of the ”access_review_response' type from the given iterator.
func UnmarshalAccessReviewResponse ¶
func UnmarshalAccessReviewResponse(source interface{}) (object *AccessReviewResponse, err error)
UnmarshalAccessReviewResponse reads a value of the 'access_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalAccessReviewResponseList ¶
func UnmarshalAccessReviewResponseList(source interface{}) (items []*AccessReviewResponse, err error)
UnmarshalAccessReviewResponseList reads a list of values of the 'access_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*AccessReviewResponse) AccountUsername ¶
func (o *AccessReviewResponse) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which access is being reviewed.
func (*AccessReviewResponse) Action ¶
func (o *AccessReviewResponse) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the action, one of: [get,list,create,delete,update].
func (*AccessReviewResponse) Allowed ¶
func (o *AccessReviewResponse) Allowed() bool
Allowed returns the value of the 'allowed' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether the action on the specified resource type is allowed.
func (*AccessReviewResponse) ClusterID ¶
func (o *AccessReviewResponse) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*AccessReviewResponse) ClusterUUID ¶
func (o *AccessReviewResponse) ClusterUUID() string
ClusterUUID returns the value of the 'cluster_UUID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (external id) the resource type belongs to.
func (*AccessReviewResponse) Empty ¶
func (o *AccessReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*AccessReviewResponse) GetAccountUsername ¶
func (o *AccessReviewResponse) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which access is being reviewed.
func (*AccessReviewResponse) GetAction ¶
func (o *AccessReviewResponse) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Indicates the action, one of: [get,list,create,delete,update].
func (*AccessReviewResponse) GetAllowed ¶
func (o *AccessReviewResponse) GetAllowed() (value bool, ok bool)
GetAllowed returns the value of the 'allowed' attribute and a flag indicating if the attribute has a value.
Defines whether the action on the specified resource type is allowed.
func (*AccessReviewResponse) GetClusterID ¶
func (o *AccessReviewResponse) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*AccessReviewResponse) GetClusterUUID ¶
func (o *AccessReviewResponse) GetClusterUUID() (value string, ok bool)
GetClusterUUID returns the value of the 'cluster_UUID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (external id) the resource type belongs to.
func (*AccessReviewResponse) GetIsOCMInternal ¶
func (o *AccessReviewResponse) GetIsOCMInternal() (value bool, ok bool)
GetIsOCMInternal returns the value of the 'is_OCM_internal' attribute and a flag indicating if the attribute has a value.
Defines whether an account is ocm internal.
func (*AccessReviewResponse) GetOrganizationID ¶
func (o *AccessReviewResponse) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to.
func (*AccessReviewResponse) GetReason ¶
func (o *AccessReviewResponse) GetReason() (value string, ok bool)
GetReason returns the value of the 'reason' attribute and a flag indicating if the attribute has a value.
Defines further context for the value in allowed (if applicable).
func (*AccessReviewResponse) GetResourceType ¶
func (o *AccessReviewResponse) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*AccessReviewResponse) GetSubscriptionID ¶
func (o *AccessReviewResponse) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to.
func (*AccessReviewResponse) IsOCMInternal ¶
func (o *AccessReviewResponse) IsOCMInternal() bool
IsOCMInternal returns the value of the 'is_OCM_internal' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether an account is ocm internal.
func (*AccessReviewResponse) OrganizationID ¶
func (o *AccessReviewResponse) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to.
func (*AccessReviewResponse) Reason ¶
func (o *AccessReviewResponse) Reason() string
Reason returns the value of the 'reason' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines further context for the value in allowed (if applicable).
func (*AccessReviewResponse) ResourceType ¶
func (o *AccessReviewResponse) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*AccessReviewResponse) SubscriptionID ¶
func (o *AccessReviewResponse) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to.
type AccessReviewResponseBuilder ¶
type AccessReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of an access review response
func NewAccessReviewResponse ¶
func NewAccessReviewResponse() *AccessReviewResponseBuilder
NewAccessReviewResponse creates a new builder of 'access_review_response' objects.
func (*AccessReviewResponseBuilder) AccountUsername ¶
func (b *AccessReviewResponseBuilder) AccountUsername(value string) *AccessReviewResponseBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*AccessReviewResponseBuilder) Action ¶
func (b *AccessReviewResponseBuilder) Action(value string) *AccessReviewResponseBuilder
Action sets the value of the 'action' attribute to the given value.
func (*AccessReviewResponseBuilder) Allowed ¶
func (b *AccessReviewResponseBuilder) Allowed(value bool) *AccessReviewResponseBuilder
Allowed sets the value of the 'allowed' attribute to the given value.
func (*AccessReviewResponseBuilder) Build ¶
func (b *AccessReviewResponseBuilder) Build() (object *AccessReviewResponse, err error)
Build creates a 'access_review_response' object using the configuration stored in the builder.
func (*AccessReviewResponseBuilder) ClusterID ¶
func (b *AccessReviewResponseBuilder) ClusterID(value string) *AccessReviewResponseBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*AccessReviewResponseBuilder) ClusterUUID ¶
func (b *AccessReviewResponseBuilder) ClusterUUID(value string) *AccessReviewResponseBuilder
ClusterUUID sets the value of the 'cluster_UUID' attribute to the given value.
func (*AccessReviewResponseBuilder) Copy ¶
func (b *AccessReviewResponseBuilder) Copy(object *AccessReviewResponse) *AccessReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*AccessReviewResponseBuilder) Empty ¶
func (b *AccessReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*AccessReviewResponseBuilder) IsOCMInternal ¶
func (b *AccessReviewResponseBuilder) IsOCMInternal(value bool) *AccessReviewResponseBuilder
IsOCMInternal sets the value of the 'is_OCM_internal' attribute to the given value.
func (*AccessReviewResponseBuilder) OrganizationID ¶
func (b *AccessReviewResponseBuilder) OrganizationID(value string) *AccessReviewResponseBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*AccessReviewResponseBuilder) Reason ¶
func (b *AccessReviewResponseBuilder) Reason(value string) *AccessReviewResponseBuilder
Reason sets the value of the 'reason' attribute to the given value.
func (*AccessReviewResponseBuilder) ResourceType ¶
func (b *AccessReviewResponseBuilder) ResourceType(value string) *AccessReviewResponseBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*AccessReviewResponseBuilder) SubscriptionID ¶
func (b *AccessReviewResponseBuilder) SubscriptionID(value string) *AccessReviewResponseBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
type AccessReviewResponseList ¶
type AccessReviewResponseList struct {
// contains filtered or unexported fields
}
AccessReviewResponseList is a list of values of the 'access_review_response' type.
func (*AccessReviewResponseList) Each ¶
func (l *AccessReviewResponseList) Each(f func(item *AccessReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*AccessReviewResponseList) Empty ¶
func (l *AccessReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*AccessReviewResponseList) Get ¶
func (l *AccessReviewResponseList) Get(i int) *AccessReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*AccessReviewResponseList) Items ¶
func (l *AccessReviewResponseList) Items() []*AccessReviewResponse
Items returns the items of the list.
func (*AccessReviewResponseList) Len ¶
func (l *AccessReviewResponseList) Len() int
Len returns the length of the list.
func (*AccessReviewResponseList) Range ¶
func (l *AccessReviewResponseList) Range(f func(index int, item *AccessReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*AccessReviewResponseList) SetHREF ¶
func (l *AccessReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*AccessReviewResponseList) SetItems ¶
func (l *AccessReviewResponseList) SetItems(items []*AccessReviewResponse)
Items sets the items of the list.
func (*AccessReviewResponseList) SetLink ¶
func (l *AccessReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*AccessReviewResponseList) Slice ¶
func (l *AccessReviewResponseList) Slice() []*AccessReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type AccessReviewResponseListBuilder ¶
type AccessReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
AccessReviewResponseListBuilder contains the data and logic needed to build 'access_review_response' objects.
func NewAccessReviewResponseList ¶
func NewAccessReviewResponseList() *AccessReviewResponseListBuilder
NewAccessReviewResponseList creates a new builder of 'access_review_response' objects.
func (*AccessReviewResponseListBuilder) Build ¶
func (b *AccessReviewResponseListBuilder) Build() (list *AccessReviewResponseList, err error)
Build creates a list of 'access_review_response' objects using the configuration stored in the builder.
func (*AccessReviewResponseListBuilder) Copy ¶
func (b *AccessReviewResponseListBuilder) Copy(list *AccessReviewResponseList) *AccessReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*AccessReviewResponseListBuilder) Empty ¶
func (b *AccessReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*AccessReviewResponseListBuilder) Items ¶
func (b *AccessReviewResponseListBuilder) Items(values ...*AccessReviewResponseBuilder) *AccessReviewResponseListBuilder
Items sets the items of the list.
type CapabilityReviewRequest ¶
type CapabilityReviewRequest struct {
// contains filtered or unexported fields
}
CapabilityReviewRequest represents the values of the 'capability_review_request' type.
Representation of a capability review.
func ReadCapabilityReviewRequest ¶
func ReadCapabilityReviewRequest(iterator *jsoniter.Iterator) *CapabilityReviewRequest
ReadCapabilityReviewRequest reads a value of the 'capability_review_request' type from the given iterator.
func ReadCapabilityReviewRequestList ¶
func ReadCapabilityReviewRequestList(iterator *jsoniter.Iterator) []*CapabilityReviewRequest
ReadCapabilityReviewRequestList reads list of values of the ”capability_review_request' type from the given iterator.
func UnmarshalCapabilityReviewRequest ¶
func UnmarshalCapabilityReviewRequest(source interface{}) (object *CapabilityReviewRequest, err error)
UnmarshalCapabilityReviewRequest reads a value of the 'capability_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalCapabilityReviewRequestList ¶
func UnmarshalCapabilityReviewRequestList(source interface{}) (items []*CapabilityReviewRequest, err error)
UnmarshalCapabilityReviewRequestList reads a list of values of the 'capability_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*CapabilityReviewRequest) AccountUsername ¶
func (o *CapabilityReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which capability is being reviewed.
func (*CapabilityReviewRequest) Capability ¶
func (o *CapabilityReviewRequest) Capability() string
Capability returns the value of the 'capability' attribute, or the zero value of the type if the attribute doesn't have a value.
Capability to review [manage_cluster_admin].
func (*CapabilityReviewRequest) ClusterID ¶
func (o *CapabilityReviewRequest) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*CapabilityReviewRequest) Empty ¶
func (o *CapabilityReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*CapabilityReviewRequest) GetAccountUsername ¶
func (o *CapabilityReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which capability is being reviewed.
func (*CapabilityReviewRequest) GetCapability ¶
func (o *CapabilityReviewRequest) GetCapability() (value string, ok bool)
GetCapability returns the value of the 'capability' attribute and a flag indicating if the attribute has a value.
Capability to review [manage_cluster_admin].
func (*CapabilityReviewRequest) GetClusterID ¶
func (o *CapabilityReviewRequest) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*CapabilityReviewRequest) GetOrganizationID ¶
func (o *CapabilityReviewRequest) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to.
func (*CapabilityReviewRequest) GetResourceType ¶
func (o *CapabilityReviewRequest) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*CapabilityReviewRequest) GetSubscriptionID ¶
func (o *CapabilityReviewRequest) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to.
func (*CapabilityReviewRequest) GetType ¶
func (o *CapabilityReviewRequest) GetType() (value string, ok bool)
GetType returns the value of the 'type' attribute and a flag indicating if the attribute has a value.
Type of capability [Cluster].
func (*CapabilityReviewRequest) OrganizationID ¶
func (o *CapabilityReviewRequest) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to.
func (*CapabilityReviewRequest) ResourceType ¶
func (o *CapabilityReviewRequest) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*CapabilityReviewRequest) SubscriptionID ¶
func (o *CapabilityReviewRequest) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to.
func (*CapabilityReviewRequest) Type ¶
func (o *CapabilityReviewRequest) Type() string
Type returns the value of the 'type' attribute, or the zero value of the type if the attribute doesn't have a value.
Type of capability [Cluster].
type CapabilityReviewRequestBuilder ¶
type CapabilityReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of a capability review.
func NewCapabilityReviewRequest ¶
func NewCapabilityReviewRequest() *CapabilityReviewRequestBuilder
NewCapabilityReviewRequest creates a new builder of 'capability_review_request' objects.
func (*CapabilityReviewRequestBuilder) AccountUsername ¶
func (b *CapabilityReviewRequestBuilder) AccountUsername(value string) *CapabilityReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*CapabilityReviewRequestBuilder) Build ¶
func (b *CapabilityReviewRequestBuilder) Build() (object *CapabilityReviewRequest, err error)
Build creates a 'capability_review_request' object using the configuration stored in the builder.
func (*CapabilityReviewRequestBuilder) Capability ¶
func (b *CapabilityReviewRequestBuilder) Capability(value string) *CapabilityReviewRequestBuilder
Capability sets the value of the 'capability' attribute to the given value.
func (*CapabilityReviewRequestBuilder) ClusterID ¶
func (b *CapabilityReviewRequestBuilder) ClusterID(value string) *CapabilityReviewRequestBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*CapabilityReviewRequestBuilder) Copy ¶
func (b *CapabilityReviewRequestBuilder) Copy(object *CapabilityReviewRequest) *CapabilityReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*CapabilityReviewRequestBuilder) Empty ¶
func (b *CapabilityReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*CapabilityReviewRequestBuilder) OrganizationID ¶
func (b *CapabilityReviewRequestBuilder) OrganizationID(value string) *CapabilityReviewRequestBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*CapabilityReviewRequestBuilder) ResourceType ¶
func (b *CapabilityReviewRequestBuilder) ResourceType(value string) *CapabilityReviewRequestBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*CapabilityReviewRequestBuilder) SubscriptionID ¶
func (b *CapabilityReviewRequestBuilder) SubscriptionID(value string) *CapabilityReviewRequestBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
func (*CapabilityReviewRequestBuilder) Type ¶
func (b *CapabilityReviewRequestBuilder) Type(value string) *CapabilityReviewRequestBuilder
Type sets the value of the 'type' attribute to the given value.
type CapabilityReviewRequestList ¶
type CapabilityReviewRequestList struct {
// contains filtered or unexported fields
}
CapabilityReviewRequestList is a list of values of the 'capability_review_request' type.
func (*CapabilityReviewRequestList) Each ¶
func (l *CapabilityReviewRequestList) Each(f func(item *CapabilityReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*CapabilityReviewRequestList) Empty ¶
func (l *CapabilityReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*CapabilityReviewRequestList) Get ¶
func (l *CapabilityReviewRequestList) Get(i int) *CapabilityReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*CapabilityReviewRequestList) Items ¶
func (l *CapabilityReviewRequestList) Items() []*CapabilityReviewRequest
Items returns the items of the list.
func (*CapabilityReviewRequestList) Len ¶
func (l *CapabilityReviewRequestList) Len() int
Len returns the length of the list.
func (*CapabilityReviewRequestList) Range ¶
func (l *CapabilityReviewRequestList) Range(f func(index int, item *CapabilityReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*CapabilityReviewRequestList) SetHREF ¶
func (l *CapabilityReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*CapabilityReviewRequestList) SetItems ¶
func (l *CapabilityReviewRequestList) SetItems(items []*CapabilityReviewRequest)
Items sets the items of the list.
func (*CapabilityReviewRequestList) SetLink ¶
func (l *CapabilityReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*CapabilityReviewRequestList) Slice ¶
func (l *CapabilityReviewRequestList) Slice() []*CapabilityReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type CapabilityReviewRequestListBuilder ¶
type CapabilityReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
CapabilityReviewRequestListBuilder contains the data and logic needed to build 'capability_review_request' objects.
func NewCapabilityReviewRequestList ¶
func NewCapabilityReviewRequestList() *CapabilityReviewRequestListBuilder
NewCapabilityReviewRequestList creates a new builder of 'capability_review_request' objects.
func (*CapabilityReviewRequestListBuilder) Build ¶
func (b *CapabilityReviewRequestListBuilder) Build() (list *CapabilityReviewRequestList, err error)
Build creates a list of 'capability_review_request' objects using the configuration stored in the builder.
func (*CapabilityReviewRequestListBuilder) Copy ¶
func (b *CapabilityReviewRequestListBuilder) Copy(list *CapabilityReviewRequestList) *CapabilityReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*CapabilityReviewRequestListBuilder) Empty ¶
func (b *CapabilityReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*CapabilityReviewRequestListBuilder) Items ¶
func (b *CapabilityReviewRequestListBuilder) Items(values ...*CapabilityReviewRequestBuilder) *CapabilityReviewRequestListBuilder
Items sets the items of the list.
type CapabilityReviewResponse ¶
type CapabilityReviewResponse struct {
// contains filtered or unexported fields
}
CapabilityReviewResponse represents the values of the 'capability_review_response' type.
Representation of a capability review response.
func ReadCapabilityReviewResponse ¶
func ReadCapabilityReviewResponse(iterator *jsoniter.Iterator) *CapabilityReviewResponse
ReadCapabilityReviewResponse reads a value of the 'capability_review_response' type from the given iterator.
func ReadCapabilityReviewResponseList ¶
func ReadCapabilityReviewResponseList(iterator *jsoniter.Iterator) []*CapabilityReviewResponse
ReadCapabilityReviewResponseList reads list of values of the ”capability_review_response' type from the given iterator.
func UnmarshalCapabilityReviewResponse ¶
func UnmarshalCapabilityReviewResponse(source interface{}) (object *CapabilityReviewResponse, err error)
UnmarshalCapabilityReviewResponse reads a value of the 'capability_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalCapabilityReviewResponseList ¶
func UnmarshalCapabilityReviewResponseList(source interface{}) (items []*CapabilityReviewResponse, err error)
UnmarshalCapabilityReviewResponseList reads a list of values of the 'capability_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*CapabilityReviewResponse) Empty ¶
func (o *CapabilityReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*CapabilityReviewResponse) GetResult ¶
func (o *CapabilityReviewResponse) GetResult() (value string, ok bool)
GetResult returns the value of the 'result' attribute and a flag indicating if the attribute has a value.
func (*CapabilityReviewResponse) Result ¶
func (o *CapabilityReviewResponse) Result() string
Result returns the value of the 'result' attribute, or the zero value of the type if the attribute doesn't have a value.
type CapabilityReviewResponseBuilder ¶
type CapabilityReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of a capability review response.
func NewCapabilityReviewResponse ¶
func NewCapabilityReviewResponse() *CapabilityReviewResponseBuilder
NewCapabilityReviewResponse creates a new builder of 'capability_review_response' objects.
func (*CapabilityReviewResponseBuilder) Build ¶
func (b *CapabilityReviewResponseBuilder) Build() (object *CapabilityReviewResponse, err error)
Build creates a 'capability_review_response' object using the configuration stored in the builder.
func (*CapabilityReviewResponseBuilder) Copy ¶
func (b *CapabilityReviewResponseBuilder) Copy(object *CapabilityReviewResponse) *CapabilityReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*CapabilityReviewResponseBuilder) Empty ¶
func (b *CapabilityReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*CapabilityReviewResponseBuilder) Result ¶
func (b *CapabilityReviewResponseBuilder) Result(value string) *CapabilityReviewResponseBuilder
Result sets the value of the 'result' attribute to the given value.
type CapabilityReviewResponseList ¶
type CapabilityReviewResponseList struct {
// contains filtered or unexported fields
}
CapabilityReviewResponseList is a list of values of the 'capability_review_response' type.
func (*CapabilityReviewResponseList) Each ¶
func (l *CapabilityReviewResponseList) Each(f func(item *CapabilityReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*CapabilityReviewResponseList) Empty ¶
func (l *CapabilityReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*CapabilityReviewResponseList) Get ¶
func (l *CapabilityReviewResponseList) Get(i int) *CapabilityReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*CapabilityReviewResponseList) Items ¶
func (l *CapabilityReviewResponseList) Items() []*CapabilityReviewResponse
Items returns the items of the list.
func (*CapabilityReviewResponseList) Len ¶
func (l *CapabilityReviewResponseList) Len() int
Len returns the length of the list.
func (*CapabilityReviewResponseList) Range ¶
func (l *CapabilityReviewResponseList) Range(f func(index int, item *CapabilityReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*CapabilityReviewResponseList) SetHREF ¶
func (l *CapabilityReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*CapabilityReviewResponseList) SetItems ¶
func (l *CapabilityReviewResponseList) SetItems(items []*CapabilityReviewResponse)
Items sets the items of the list.
func (*CapabilityReviewResponseList) SetLink ¶
func (l *CapabilityReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*CapabilityReviewResponseList) Slice ¶
func (l *CapabilityReviewResponseList) Slice() []*CapabilityReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type CapabilityReviewResponseListBuilder ¶
type CapabilityReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
CapabilityReviewResponseListBuilder contains the data and logic needed to build 'capability_review_response' objects.
func NewCapabilityReviewResponseList ¶
func NewCapabilityReviewResponseList() *CapabilityReviewResponseListBuilder
NewCapabilityReviewResponseList creates a new builder of 'capability_review_response' objects.
func (*CapabilityReviewResponseListBuilder) Build ¶
func (b *CapabilityReviewResponseListBuilder) Build() (list *CapabilityReviewResponseList, err error)
Build creates a list of 'capability_review_response' objects using the configuration stored in the builder.
func (*CapabilityReviewResponseListBuilder) Copy ¶
func (b *CapabilityReviewResponseListBuilder) Copy(list *CapabilityReviewResponseList) *CapabilityReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*CapabilityReviewResponseListBuilder) Empty ¶
func (b *CapabilityReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*CapabilityReviewResponseListBuilder) Items ¶
func (b *CapabilityReviewResponseListBuilder) Items(values ...*CapabilityReviewResponseBuilder) *CapabilityReviewResponseListBuilder
Items sets the items of the list.
type ExportControlReviewRequest ¶
type ExportControlReviewRequest struct {
// contains filtered or unexported fields
}
ExportControlReviewRequest represents the values of the 'export_control_review_request' type.
func ReadExportControlReviewRequest ¶
func ReadExportControlReviewRequest(iterator *jsoniter.Iterator) *ExportControlReviewRequest
ReadExportControlReviewRequest reads a value of the 'export_control_review_request' type from the given iterator.
func ReadExportControlReviewRequestList ¶
func ReadExportControlReviewRequestList(iterator *jsoniter.Iterator) []*ExportControlReviewRequest
ReadExportControlReviewRequestList reads list of values of the ”export_control_review_request' type from the given iterator.
func UnmarshalExportControlReviewRequest ¶
func UnmarshalExportControlReviewRequest(source interface{}) (object *ExportControlReviewRequest, err error)
UnmarshalExportControlReviewRequest reads a value of the 'export_control_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalExportControlReviewRequestList ¶
func UnmarshalExportControlReviewRequestList(source interface{}) (items []*ExportControlReviewRequest, err error)
UnmarshalExportControlReviewRequestList reads a list of values of the 'export_control_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ExportControlReviewRequest) AccountUsername ¶
func (o *ExportControlReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
func (*ExportControlReviewRequest) Empty ¶
func (o *ExportControlReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ExportControlReviewRequest) GetAccountUsername ¶
func (o *ExportControlReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
type ExportControlReviewRequestBuilder ¶
type ExportControlReviewRequestBuilder struct {
// contains filtered or unexported fields
}
func NewExportControlReviewRequest ¶
func NewExportControlReviewRequest() *ExportControlReviewRequestBuilder
NewExportControlReviewRequest creates a new builder of 'export_control_review_request' objects.
func (*ExportControlReviewRequestBuilder) AccountUsername ¶
func (b *ExportControlReviewRequestBuilder) AccountUsername(value string) *ExportControlReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*ExportControlReviewRequestBuilder) Build ¶
func (b *ExportControlReviewRequestBuilder) Build() (object *ExportControlReviewRequest, err error)
Build creates a 'export_control_review_request' object using the configuration stored in the builder.
func (*ExportControlReviewRequestBuilder) Copy ¶
func (b *ExportControlReviewRequestBuilder) Copy(object *ExportControlReviewRequest) *ExportControlReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ExportControlReviewRequestBuilder) Empty ¶
func (b *ExportControlReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
type ExportControlReviewRequestList ¶
type ExportControlReviewRequestList struct {
// contains filtered or unexported fields
}
ExportControlReviewRequestList is a list of values of the 'export_control_review_request' type.
func (*ExportControlReviewRequestList) Each ¶
func (l *ExportControlReviewRequestList) Each(f func(item *ExportControlReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ExportControlReviewRequestList) Empty ¶
func (l *ExportControlReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*ExportControlReviewRequestList) Get ¶
func (l *ExportControlReviewRequestList) Get(i int) *ExportControlReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ExportControlReviewRequestList) Items ¶
func (l *ExportControlReviewRequestList) Items() []*ExportControlReviewRequest
Items returns the items of the list.
func (*ExportControlReviewRequestList) Len ¶
func (l *ExportControlReviewRequestList) Len() int
Len returns the length of the list.
func (*ExportControlReviewRequestList) Range ¶
func (l *ExportControlReviewRequestList) Range(f func(index int, item *ExportControlReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ExportControlReviewRequestList) SetHREF ¶
func (l *ExportControlReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*ExportControlReviewRequestList) SetItems ¶
func (l *ExportControlReviewRequestList) SetItems(items []*ExportControlReviewRequest)
Items sets the items of the list.
func (*ExportControlReviewRequestList) SetLink ¶
func (l *ExportControlReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*ExportControlReviewRequestList) Slice ¶
func (l *ExportControlReviewRequestList) Slice() []*ExportControlReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ExportControlReviewRequestListBuilder ¶
type ExportControlReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
ExportControlReviewRequestListBuilder contains the data and logic needed to build 'export_control_review_request' objects.
func NewExportControlReviewRequestList ¶
func NewExportControlReviewRequestList() *ExportControlReviewRequestListBuilder
NewExportControlReviewRequestList creates a new builder of 'export_control_review_request' objects.
func (*ExportControlReviewRequestListBuilder) Build ¶
func (b *ExportControlReviewRequestListBuilder) Build() (list *ExportControlReviewRequestList, err error)
Build creates a list of 'export_control_review_request' objects using the configuration stored in the builder.
func (*ExportControlReviewRequestListBuilder) Copy ¶
func (b *ExportControlReviewRequestListBuilder) Copy(list *ExportControlReviewRequestList) *ExportControlReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ExportControlReviewRequestListBuilder) Empty ¶
func (b *ExportControlReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ExportControlReviewRequestListBuilder) Items ¶
func (b *ExportControlReviewRequestListBuilder) Items(values ...*ExportControlReviewRequestBuilder) *ExportControlReviewRequestListBuilder
Items sets the items of the list.
type ExportControlReviewResponse ¶
type ExportControlReviewResponse struct {
// contains filtered or unexported fields
}
ExportControlReviewResponse represents the values of the 'export_control_review_response' type.
func ReadExportControlReviewResponse ¶
func ReadExportControlReviewResponse(iterator *jsoniter.Iterator) *ExportControlReviewResponse
ReadExportControlReviewResponse reads a value of the 'export_control_review_response' type from the given iterator.
func ReadExportControlReviewResponseList ¶
func ReadExportControlReviewResponseList(iterator *jsoniter.Iterator) []*ExportControlReviewResponse
ReadExportControlReviewResponseList reads list of values of the ”export_control_review_response' type from the given iterator.
func UnmarshalExportControlReviewResponse ¶
func UnmarshalExportControlReviewResponse(source interface{}) (object *ExportControlReviewResponse, err error)
UnmarshalExportControlReviewResponse reads a value of the 'export_control_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalExportControlReviewResponseList ¶
func UnmarshalExportControlReviewResponseList(source interface{}) (items []*ExportControlReviewResponse, err error)
UnmarshalExportControlReviewResponseList reads a list of values of the 'export_control_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ExportControlReviewResponse) Empty ¶
func (o *ExportControlReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ExportControlReviewResponse) GetRestricted ¶
func (o *ExportControlReviewResponse) GetRestricted() (value bool, ok bool)
GetRestricted returns the value of the 'restricted' attribute and a flag indicating if the attribute has a value.
func (*ExportControlReviewResponse) Restricted ¶
func (o *ExportControlReviewResponse) Restricted() bool
Restricted returns the value of the 'restricted' attribute, or the zero value of the type if the attribute doesn't have a value.
type ExportControlReviewResponseBuilder ¶
type ExportControlReviewResponseBuilder struct {
// contains filtered or unexported fields
}
func NewExportControlReviewResponse ¶
func NewExportControlReviewResponse() *ExportControlReviewResponseBuilder
NewExportControlReviewResponse creates a new builder of 'export_control_review_response' objects.
func (*ExportControlReviewResponseBuilder) Build ¶
func (b *ExportControlReviewResponseBuilder) Build() (object *ExportControlReviewResponse, err error)
Build creates a 'export_control_review_response' object using the configuration stored in the builder.
func (*ExportControlReviewResponseBuilder) Copy ¶
func (b *ExportControlReviewResponseBuilder) Copy(object *ExportControlReviewResponse) *ExportControlReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ExportControlReviewResponseBuilder) Empty ¶
func (b *ExportControlReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ExportControlReviewResponseBuilder) Restricted ¶
func (b *ExportControlReviewResponseBuilder) Restricted(value bool) *ExportControlReviewResponseBuilder
Restricted sets the value of the 'restricted' attribute to the given value.
type ExportControlReviewResponseList ¶
type ExportControlReviewResponseList struct {
// contains filtered or unexported fields
}
ExportControlReviewResponseList is a list of values of the 'export_control_review_response' type.
func (*ExportControlReviewResponseList) Each ¶
func (l *ExportControlReviewResponseList) Each(f func(item *ExportControlReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ExportControlReviewResponseList) Empty ¶
func (l *ExportControlReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*ExportControlReviewResponseList) Get ¶
func (l *ExportControlReviewResponseList) Get(i int) *ExportControlReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ExportControlReviewResponseList) Items ¶
func (l *ExportControlReviewResponseList) Items() []*ExportControlReviewResponse
Items returns the items of the list.
func (*ExportControlReviewResponseList) Len ¶
func (l *ExportControlReviewResponseList) Len() int
Len returns the length of the list.
func (*ExportControlReviewResponseList) Range ¶
func (l *ExportControlReviewResponseList) Range(f func(index int, item *ExportControlReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ExportControlReviewResponseList) SetHREF ¶
func (l *ExportControlReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*ExportControlReviewResponseList) SetItems ¶
func (l *ExportControlReviewResponseList) SetItems(items []*ExportControlReviewResponse)
Items sets the items of the list.
func (*ExportControlReviewResponseList) SetLink ¶
func (l *ExportControlReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*ExportControlReviewResponseList) Slice ¶
func (l *ExportControlReviewResponseList) Slice() []*ExportControlReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ExportControlReviewResponseListBuilder ¶
type ExportControlReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
ExportControlReviewResponseListBuilder contains the data and logic needed to build 'export_control_review_response' objects.
func NewExportControlReviewResponseList ¶
func NewExportControlReviewResponseList() *ExportControlReviewResponseListBuilder
NewExportControlReviewResponseList creates a new builder of 'export_control_review_response' objects.
func (*ExportControlReviewResponseListBuilder) Build ¶
func (b *ExportControlReviewResponseListBuilder) Build() (list *ExportControlReviewResponseList, err error)
Build creates a list of 'export_control_review_response' objects using the configuration stored in the builder.
func (*ExportControlReviewResponseListBuilder) Copy ¶
func (b *ExportControlReviewResponseListBuilder) Copy(list *ExportControlReviewResponseList) *ExportControlReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ExportControlReviewResponseListBuilder) Empty ¶
func (b *ExportControlReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ExportControlReviewResponseListBuilder) Items ¶
func (b *ExportControlReviewResponseListBuilder) Items(values ...*ExportControlReviewResponseBuilder) *ExportControlReviewResponseListBuilder
Items sets the items of the list.
type FeatureReviewRequest ¶
type FeatureReviewRequest struct {
// contains filtered or unexported fields
}
FeatureReviewRequest represents the values of the 'feature_review_request' type.
Representation of a feature review
func ReadFeatureReviewRequest ¶
func ReadFeatureReviewRequest(iterator *jsoniter.Iterator) *FeatureReviewRequest
ReadFeatureReviewRequest reads a value of the 'feature_review_request' type from the given iterator.
func ReadFeatureReviewRequestList ¶
func ReadFeatureReviewRequestList(iterator *jsoniter.Iterator) []*FeatureReviewRequest
ReadFeatureReviewRequestList reads list of values of the ”feature_review_request' type from the given iterator.
func UnmarshalFeatureReviewRequest ¶
func UnmarshalFeatureReviewRequest(source interface{}) (object *FeatureReviewRequest, err error)
UnmarshalFeatureReviewRequest reads a value of the 'feature_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalFeatureReviewRequestList ¶
func UnmarshalFeatureReviewRequestList(source interface{}) (items []*FeatureReviewRequest, err error)
UnmarshalFeatureReviewRequestList reads a list of values of the 'feature_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*FeatureReviewRequest) AccountUsername ¶
func (o *FeatureReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which access is being reviewed
func (*FeatureReviewRequest) ClusterId ¶
func (o *FeatureReviewRequest) ClusterId() string
ClusterId returns the value of the 'cluster_id' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the cluster id which access is being reviewed
func (*FeatureReviewRequest) Empty ¶
func (o *FeatureReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*FeatureReviewRequest) Feature ¶
func (o *FeatureReviewRequest) Feature() string
Feature returns the value of the 'feature' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the feature which can be toggled
func (*FeatureReviewRequest) GetAccountUsername ¶
func (o *FeatureReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which access is being reviewed
func (*FeatureReviewRequest) GetClusterId ¶
func (o *FeatureReviewRequest) GetClusterId() (value string, ok bool)
GetClusterId returns the value of the 'cluster_id' attribute and a flag indicating if the attribute has a value.
Defines the cluster id which access is being reviewed
func (*FeatureReviewRequest) GetFeature ¶
func (o *FeatureReviewRequest) GetFeature() (value string, ok bool)
GetFeature returns the value of the 'feature' attribute and a flag indicating if the attribute has a value.
Indicates the feature which can be toggled
func (*FeatureReviewRequest) GetOrganizationId ¶
func (o *FeatureReviewRequest) GetOrganizationId() (value string, ok bool)
GetOrganizationId returns the value of the 'organization_id' attribute and a flag indicating if the attribute has a value.
Defines the organisation id of the account of which access is being reviewed
func (*FeatureReviewRequest) OrganizationId ¶
func (o *FeatureReviewRequest) OrganizationId() string
OrganizationId returns the value of the 'organization_id' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the organisation id of the account of which access is being reviewed
type FeatureReviewRequestBuilder ¶
type FeatureReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of a feature review
func NewFeatureReviewRequest ¶
func NewFeatureReviewRequest() *FeatureReviewRequestBuilder
NewFeatureReviewRequest creates a new builder of 'feature_review_request' objects.
func (*FeatureReviewRequestBuilder) AccountUsername ¶
func (b *FeatureReviewRequestBuilder) AccountUsername(value string) *FeatureReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*FeatureReviewRequestBuilder) Build ¶
func (b *FeatureReviewRequestBuilder) Build() (object *FeatureReviewRequest, err error)
Build creates a 'feature_review_request' object using the configuration stored in the builder.
func (*FeatureReviewRequestBuilder) ClusterId ¶
func (b *FeatureReviewRequestBuilder) ClusterId(value string) *FeatureReviewRequestBuilder
ClusterId sets the value of the 'cluster_id' attribute to the given value.
func (*FeatureReviewRequestBuilder) Copy ¶
func (b *FeatureReviewRequestBuilder) Copy(object *FeatureReviewRequest) *FeatureReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*FeatureReviewRequestBuilder) Empty ¶
func (b *FeatureReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*FeatureReviewRequestBuilder) Feature ¶
func (b *FeatureReviewRequestBuilder) Feature(value string) *FeatureReviewRequestBuilder
Feature sets the value of the 'feature' attribute to the given value.
func (*FeatureReviewRequestBuilder) OrganizationId ¶
func (b *FeatureReviewRequestBuilder) OrganizationId(value string) *FeatureReviewRequestBuilder
OrganizationId sets the value of the 'organization_id' attribute to the given value.
type FeatureReviewRequestList ¶
type FeatureReviewRequestList struct {
// contains filtered or unexported fields
}
FeatureReviewRequestList is a list of values of the 'feature_review_request' type.
func (*FeatureReviewRequestList) Each ¶
func (l *FeatureReviewRequestList) Each(f func(item *FeatureReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*FeatureReviewRequestList) Empty ¶
func (l *FeatureReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*FeatureReviewRequestList) Get ¶
func (l *FeatureReviewRequestList) Get(i int) *FeatureReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*FeatureReviewRequestList) Items ¶
func (l *FeatureReviewRequestList) Items() []*FeatureReviewRequest
Items returns the items of the list.
func (*FeatureReviewRequestList) Len ¶
func (l *FeatureReviewRequestList) Len() int
Len returns the length of the list.
func (*FeatureReviewRequestList) Range ¶
func (l *FeatureReviewRequestList) Range(f func(index int, item *FeatureReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*FeatureReviewRequestList) SetHREF ¶
func (l *FeatureReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*FeatureReviewRequestList) SetItems ¶
func (l *FeatureReviewRequestList) SetItems(items []*FeatureReviewRequest)
Items sets the items of the list.
func (*FeatureReviewRequestList) SetLink ¶
func (l *FeatureReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*FeatureReviewRequestList) Slice ¶
func (l *FeatureReviewRequestList) Slice() []*FeatureReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type FeatureReviewRequestListBuilder ¶
type FeatureReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
FeatureReviewRequestListBuilder contains the data and logic needed to build 'feature_review_request' objects.
func NewFeatureReviewRequestList ¶
func NewFeatureReviewRequestList() *FeatureReviewRequestListBuilder
NewFeatureReviewRequestList creates a new builder of 'feature_review_request' objects.
func (*FeatureReviewRequestListBuilder) Build ¶
func (b *FeatureReviewRequestListBuilder) Build() (list *FeatureReviewRequestList, err error)
Build creates a list of 'feature_review_request' objects using the configuration stored in the builder.
func (*FeatureReviewRequestListBuilder) Copy ¶
func (b *FeatureReviewRequestListBuilder) Copy(list *FeatureReviewRequestList) *FeatureReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*FeatureReviewRequestListBuilder) Empty ¶
func (b *FeatureReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*FeatureReviewRequestListBuilder) Items ¶
func (b *FeatureReviewRequestListBuilder) Items(values ...*FeatureReviewRequestBuilder) *FeatureReviewRequestListBuilder
Items sets the items of the list.
type FeatureReviewResponse ¶
type FeatureReviewResponse struct {
// contains filtered or unexported fields
}
FeatureReviewResponse represents the values of the 'feature_review_response' type.
Representation of a feature review response
func ReadFeatureReviewResponse ¶
func ReadFeatureReviewResponse(iterator *jsoniter.Iterator) *FeatureReviewResponse
ReadFeatureReviewResponse reads a value of the 'feature_review_response' type from the given iterator.
func ReadFeatureReviewResponseList ¶
func ReadFeatureReviewResponseList(iterator *jsoniter.Iterator) []*FeatureReviewResponse
ReadFeatureReviewResponseList reads list of values of the ”feature_review_response' type from the given iterator.
func UnmarshalFeatureReviewResponse ¶
func UnmarshalFeatureReviewResponse(source interface{}) (object *FeatureReviewResponse, err error)
UnmarshalFeatureReviewResponse reads a value of the 'feature_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalFeatureReviewResponseList ¶
func UnmarshalFeatureReviewResponseList(source interface{}) (items []*FeatureReviewResponse, err error)
UnmarshalFeatureReviewResponseList reads a list of values of the 'feature_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*FeatureReviewResponse) Empty ¶
func (o *FeatureReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*FeatureReviewResponse) Enabled ¶
func (o *FeatureReviewResponse) Enabled() bool
Enabled returns the value of the 'enabled' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether the feature can be toggled
func (*FeatureReviewResponse) FeatureID ¶
func (o *FeatureReviewResponse) FeatureID() string
FeatureID returns the value of the 'feature_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the feature id which can be toggled
func (*FeatureReviewResponse) GetEnabled ¶
func (o *FeatureReviewResponse) GetEnabled() (value bool, ok bool)
GetEnabled returns the value of the 'enabled' attribute and a flag indicating if the attribute has a value.
Defines whether the feature can be toggled
func (*FeatureReviewResponse) GetFeatureID ¶
func (o *FeatureReviewResponse) GetFeatureID() (value string, ok bool)
GetFeatureID returns the value of the 'feature_ID' attribute and a flag indicating if the attribute has a value.
Defines the feature id which can be toggled
type FeatureReviewResponseBuilder ¶
type FeatureReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of a feature review response
func NewFeatureReviewResponse ¶
func NewFeatureReviewResponse() *FeatureReviewResponseBuilder
NewFeatureReviewResponse creates a new builder of 'feature_review_response' objects.
func (*FeatureReviewResponseBuilder) Build ¶
func (b *FeatureReviewResponseBuilder) Build() (object *FeatureReviewResponse, err error)
Build creates a 'feature_review_response' object using the configuration stored in the builder.
func (*FeatureReviewResponseBuilder) Copy ¶
func (b *FeatureReviewResponseBuilder) Copy(object *FeatureReviewResponse) *FeatureReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*FeatureReviewResponseBuilder) Empty ¶
func (b *FeatureReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*FeatureReviewResponseBuilder) Enabled ¶
func (b *FeatureReviewResponseBuilder) Enabled(value bool) *FeatureReviewResponseBuilder
Enabled sets the value of the 'enabled' attribute to the given value.
func (*FeatureReviewResponseBuilder) FeatureID ¶
func (b *FeatureReviewResponseBuilder) FeatureID(value string) *FeatureReviewResponseBuilder
FeatureID sets the value of the 'feature_ID' attribute to the given value.
type FeatureReviewResponseList ¶
type FeatureReviewResponseList struct {
// contains filtered or unexported fields
}
FeatureReviewResponseList is a list of values of the 'feature_review_response' type.
func (*FeatureReviewResponseList) Each ¶
func (l *FeatureReviewResponseList) Each(f func(item *FeatureReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*FeatureReviewResponseList) Empty ¶
func (l *FeatureReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*FeatureReviewResponseList) Get ¶
func (l *FeatureReviewResponseList) Get(i int) *FeatureReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*FeatureReviewResponseList) Items ¶
func (l *FeatureReviewResponseList) Items() []*FeatureReviewResponse
Items returns the items of the list.
func (*FeatureReviewResponseList) Len ¶
func (l *FeatureReviewResponseList) Len() int
Len returns the length of the list.
func (*FeatureReviewResponseList) Range ¶
func (l *FeatureReviewResponseList) Range(f func(index int, item *FeatureReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*FeatureReviewResponseList) SetHREF ¶
func (l *FeatureReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*FeatureReviewResponseList) SetItems ¶
func (l *FeatureReviewResponseList) SetItems(items []*FeatureReviewResponse)
Items sets the items of the list.
func (*FeatureReviewResponseList) SetLink ¶
func (l *FeatureReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*FeatureReviewResponseList) Slice ¶
func (l *FeatureReviewResponseList) Slice() []*FeatureReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type FeatureReviewResponseListBuilder ¶
type FeatureReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
FeatureReviewResponseListBuilder contains the data and logic needed to build 'feature_review_response' objects.
func NewFeatureReviewResponseList ¶
func NewFeatureReviewResponseList() *FeatureReviewResponseListBuilder
NewFeatureReviewResponseList creates a new builder of 'feature_review_response' objects.
func (*FeatureReviewResponseListBuilder) Build ¶
func (b *FeatureReviewResponseListBuilder) Build() (list *FeatureReviewResponseList, err error)
Build creates a list of 'feature_review_response' objects using the configuration stored in the builder.
func (*FeatureReviewResponseListBuilder) Copy ¶
func (b *FeatureReviewResponseListBuilder) Copy(list *FeatureReviewResponseList) *FeatureReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*FeatureReviewResponseListBuilder) Empty ¶
func (b *FeatureReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*FeatureReviewResponseListBuilder) Items ¶
func (b *FeatureReviewResponseListBuilder) Items(values ...*FeatureReviewResponseBuilder) *FeatureReviewResponseListBuilder
Items sets the items of the list.
type Metadata ¶
type Metadata struct {
// contains filtered or unexported fields
}
Metadata contains the version metadata.
func UnmarshalMetadata ¶
UnmarshalMetadata reads a value of the metadata type from the given source, which which can be a reader, a slice of byte or a string.
func (*Metadata) GetServerVersion ¶
GetServerVersion returns the value of the server version and a flag indicating if the attribute has a value.
func (*Metadata) ServerVersion ¶
ServerVersion returns the version of the server.
type ResourceReview ¶
type ResourceReview struct {
// contains filtered or unexported fields
}
ResourceReview represents the values of the 'resource_review' type.
Contains the result of performing a resource access review.
func ReadResourceReview ¶
func ReadResourceReview(iterator *jsoniter.Iterator) *ResourceReview
ReadResourceReview reads a value of the 'resource_review' type from the given iterator.
func ReadResourceReviewList ¶
func ReadResourceReviewList(iterator *jsoniter.Iterator) []*ResourceReview
ReadResourceReviewList reads list of values of the ”resource_review' type from the given iterator.
func UnmarshalResourceReview ¶
func UnmarshalResourceReview(source interface{}) (object *ResourceReview, err error)
UnmarshalResourceReview reads a value of the 'resource_review' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalResourceReviewList ¶
func UnmarshalResourceReviewList(source interface{}) (items []*ResourceReview, err error)
UnmarshalResourceReviewList reads a list of values of the 'resource_review' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ResourceReview) AccountUsername ¶
func (o *ResourceReview) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Name of the account that is trying to perform the access.
func (*ResourceReview) Action ¶
func (o *ResourceReview) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Action that will the user is trying to perform.
func (*ResourceReview) ClusterIDs ¶
func (o *ResourceReview) ClusterIDs() []string
ClusterIDs returns the value of the 'cluster_IDs' attribute, or the zero value of the type if the attribute doesn't have a value.
Identifiers of the Clusters (internal ids) that the user has permission to perform the action upon.
func (*ResourceReview) ClusterUUIDs ¶
func (o *ResourceReview) ClusterUUIDs() []string
ClusterUUIDs returns the value of the 'cluster_UUIDs' attribute, or the zero value of the type if the attribute doesn't have a value.
Identifiers which Clusters (external ids) that the user has permission to perform the action upon.
func (*ResourceReview) Empty ¶
func (o *ResourceReview) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ResourceReview) GetAccountUsername ¶
func (o *ResourceReview) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Name of the account that is trying to perform the access.
func (*ResourceReview) GetAction ¶
func (o *ResourceReview) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Action that will the user is trying to perform.
func (*ResourceReview) GetClusterIDs ¶
func (o *ResourceReview) GetClusterIDs() (value []string, ok bool)
GetClusterIDs returns the value of the 'cluster_IDs' attribute and a flag indicating if the attribute has a value.
Identifiers of the Clusters (internal ids) that the user has permission to perform the action upon.
func (*ResourceReview) GetClusterUUIDs ¶
func (o *ResourceReview) GetClusterUUIDs() (value []string, ok bool)
GetClusterUUIDs returns the value of the 'cluster_UUIDs' attribute and a flag indicating if the attribute has a value.
Identifiers which Clusters (external ids) that the user has permission to perform the action upon.
func (*ResourceReview) GetOrganizationIDs ¶
func (o *ResourceReview) GetOrganizationIDs() (value []string, ok bool)
GetOrganizationIDs returns the value of the 'organization_IDs' attribute and a flag indicating if the attribute has a value.
Identifiers of the organizations that the user has permissions to perform the action upon.
func (*ResourceReview) GetResourceType ¶
func (o *ResourceReview) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Type of resource.
func (*ResourceReview) GetSubscriptionIDs ¶
func (o *ResourceReview) GetSubscriptionIDs() (value []string, ok bool)
GetSubscriptionIDs returns the value of the 'subscription_IDs' attribute and a flag indicating if the attribute has a value.
Identifiers of the subscriptions that the user has permission to perform the action upon.
func (*ResourceReview) OrganizationIDs ¶
func (o *ResourceReview) OrganizationIDs() []string
OrganizationIDs returns the value of the 'organization_IDs' attribute, or the zero value of the type if the attribute doesn't have a value.
Identifiers of the organizations that the user has permissions to perform the action upon.
func (*ResourceReview) ResourceType ¶
func (o *ResourceReview) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Type of resource.
func (*ResourceReview) SubscriptionIDs ¶
func (o *ResourceReview) SubscriptionIDs() []string
SubscriptionIDs returns the value of the 'subscription_IDs' attribute, or the zero value of the type if the attribute doesn't have a value.
Identifiers of the subscriptions that the user has permission to perform the action upon.
type ResourceReviewBuilder ¶
type ResourceReviewBuilder struct {
// contains filtered or unexported fields
}
Contains the result of performing a resource access review.
func NewResourceReview ¶
func NewResourceReview() *ResourceReviewBuilder
NewResourceReview creates a new builder of 'resource_review' objects.
func (*ResourceReviewBuilder) AccountUsername ¶
func (b *ResourceReviewBuilder) AccountUsername(value string) *ResourceReviewBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*ResourceReviewBuilder) Action ¶
func (b *ResourceReviewBuilder) Action(value string) *ResourceReviewBuilder
Action sets the value of the 'action' attribute to the given value.
func (*ResourceReviewBuilder) Build ¶
func (b *ResourceReviewBuilder) Build() (object *ResourceReview, err error)
Build creates a 'resource_review' object using the configuration stored in the builder.
func (*ResourceReviewBuilder) ClusterIDs ¶
func (b *ResourceReviewBuilder) ClusterIDs(values ...string) *ResourceReviewBuilder
ClusterIDs sets the value of the 'cluster_IDs' attribute to the given values.
func (*ResourceReviewBuilder) ClusterUUIDs ¶
func (b *ResourceReviewBuilder) ClusterUUIDs(values ...string) *ResourceReviewBuilder
ClusterUUIDs sets the value of the 'cluster_UUIDs' attribute to the given values.
func (*ResourceReviewBuilder) Copy ¶
func (b *ResourceReviewBuilder) Copy(object *ResourceReview) *ResourceReviewBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ResourceReviewBuilder) Empty ¶
func (b *ResourceReviewBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ResourceReviewBuilder) OrganizationIDs ¶
func (b *ResourceReviewBuilder) OrganizationIDs(values ...string) *ResourceReviewBuilder
OrganizationIDs sets the value of the 'organization_IDs' attribute to the given values.
func (*ResourceReviewBuilder) ResourceType ¶
func (b *ResourceReviewBuilder) ResourceType(value string) *ResourceReviewBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*ResourceReviewBuilder) SubscriptionIDs ¶
func (b *ResourceReviewBuilder) SubscriptionIDs(values ...string) *ResourceReviewBuilder
SubscriptionIDs sets the value of the 'subscription_IDs' attribute to the given values.
type ResourceReviewList ¶
type ResourceReviewList struct {
// contains filtered or unexported fields
}
ResourceReviewList is a list of values of the 'resource_review' type.
func (*ResourceReviewList) Each ¶
func (l *ResourceReviewList) Each(f func(item *ResourceReview) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ResourceReviewList) Empty ¶
func (l *ResourceReviewList) Empty() bool
Empty returns true if the list is empty.
func (*ResourceReviewList) Get ¶
func (l *ResourceReviewList) Get(i int) *ResourceReview
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ResourceReviewList) Items ¶
func (l *ResourceReviewList) Items() []*ResourceReview
Items returns the items of the list.
func (*ResourceReviewList) Len ¶
func (l *ResourceReviewList) Len() int
Len returns the length of the list.
func (*ResourceReviewList) Range ¶
func (l *ResourceReviewList) Range(f func(index int, item *ResourceReview) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ResourceReviewList) SetHREF ¶
func (l *ResourceReviewList) SetHREF(href string)
Items sets the items of the list.
func (*ResourceReviewList) SetItems ¶
func (l *ResourceReviewList) SetItems(items []*ResourceReview)
Items sets the items of the list.
func (*ResourceReviewList) SetLink ¶
func (l *ResourceReviewList) SetLink(link bool)
Items sets the items of the list.
func (*ResourceReviewList) Slice ¶
func (l *ResourceReviewList) Slice() []*ResourceReview
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ResourceReviewListBuilder ¶
type ResourceReviewListBuilder struct {
// contains filtered or unexported fields
}
ResourceReviewListBuilder contains the data and logic needed to build 'resource_review' objects.
func NewResourceReviewList ¶
func NewResourceReviewList() *ResourceReviewListBuilder
NewResourceReviewList creates a new builder of 'resource_review' objects.
func (*ResourceReviewListBuilder) Build ¶
func (b *ResourceReviewListBuilder) Build() (list *ResourceReviewList, err error)
Build creates a list of 'resource_review' objects using the configuration stored in the builder.
func (*ResourceReviewListBuilder) Copy ¶
func (b *ResourceReviewListBuilder) Copy(list *ResourceReviewList) *ResourceReviewListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ResourceReviewListBuilder) Empty ¶
func (b *ResourceReviewListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ResourceReviewListBuilder) Items ¶
func (b *ResourceReviewListBuilder) Items(values ...*ResourceReviewBuilder) *ResourceReviewListBuilder
Items sets the items of the list.
type ResourceReviewRequest ¶
type ResourceReviewRequest struct {
// contains filtered or unexported fields
}
ResourceReviewRequest represents the values of the 'resource_review_request' type.
Request to perform a resource access review.
func ReadResourceReviewRequest ¶
func ReadResourceReviewRequest(iterator *jsoniter.Iterator) *ResourceReviewRequest
ReadResourceReviewRequest reads a value of the 'resource_review_request' type from the given iterator.
func ReadResourceReviewRequestList ¶
func ReadResourceReviewRequestList(iterator *jsoniter.Iterator) []*ResourceReviewRequest
ReadResourceReviewRequestList reads list of values of the ”resource_review_request' type from the given iterator.
func UnmarshalResourceReviewRequest ¶
func UnmarshalResourceReviewRequest(source interface{}) (object *ResourceReviewRequest, err error)
UnmarshalResourceReviewRequest reads a value of the 'resource_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalResourceReviewRequestList ¶
func UnmarshalResourceReviewRequestList(source interface{}) (items []*ResourceReviewRequest, err error)
UnmarshalResourceReviewRequestList reads a list of values of the 'resource_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*ResourceReviewRequest) AccountUsername ¶
func (o *ResourceReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Name of the account that is trying to access the resource.
func (*ResourceReviewRequest) Action ¶
func (o *ResourceReviewRequest) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Action that will be performed on the resource.
func (*ResourceReviewRequest) Empty ¶
func (o *ResourceReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*ResourceReviewRequest) ExcludeSubscriptionStatuses ¶
func (o *ResourceReviewRequest) ExcludeSubscriptionStatuses() []SubscriptionStatus
ExcludeSubscriptionStatuses returns the value of the 'exclude_subscription_statuses' attribute, or the zero value of the type if the attribute doesn't have a value.
Subscriptions with these statuses will be excluded from results.
func (*ResourceReviewRequest) GetAccountUsername ¶
func (o *ResourceReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Name of the account that is trying to access the resource.
func (*ResourceReviewRequest) GetAction ¶
func (o *ResourceReviewRequest) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Action that will be performed on the resource.
func (*ResourceReviewRequest) GetExcludeSubscriptionStatuses ¶
func (o *ResourceReviewRequest) GetExcludeSubscriptionStatuses() (value []SubscriptionStatus, ok bool)
GetExcludeSubscriptionStatuses returns the value of the 'exclude_subscription_statuses' attribute and a flag indicating if the attribute has a value.
Subscriptions with these statuses will be excluded from results.
func (*ResourceReviewRequest) GetReduceClusterList ¶
func (o *ResourceReviewRequest) GetReduceClusterList() (value bool, ok bool)
GetReduceClusterList returns the value of the 'reduce_cluster_list' attribute and a flag indicating if the attribute has a value.
If true, in the case when all subscriptions in organization are permitted, response will *not* include these subscriptions' ID, but organization only.
func (*ResourceReviewRequest) GetResourceType ¶
func (o *ResourceReviewRequest) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Type of resource.
func (*ResourceReviewRequest) ReduceClusterList ¶
func (o *ResourceReviewRequest) ReduceClusterList() bool
ReduceClusterList returns the value of the 'reduce_cluster_list' attribute, or the zero value of the type if the attribute doesn't have a value.
If true, in the case when all subscriptions in organization are permitted, response will *not* include these subscriptions' ID, but organization only.
func (*ResourceReviewRequest) ResourceType ¶
func (o *ResourceReviewRequest) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Type of resource.
type ResourceReviewRequestBuilder ¶
type ResourceReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Request to perform a resource access review.
func NewResourceReviewRequest ¶
func NewResourceReviewRequest() *ResourceReviewRequestBuilder
NewResourceReviewRequest creates a new builder of 'resource_review_request' objects.
func (*ResourceReviewRequestBuilder) AccountUsername ¶
func (b *ResourceReviewRequestBuilder) AccountUsername(value string) *ResourceReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*ResourceReviewRequestBuilder) Action ¶
func (b *ResourceReviewRequestBuilder) Action(value string) *ResourceReviewRequestBuilder
Action sets the value of the 'action' attribute to the given value.
func (*ResourceReviewRequestBuilder) Build ¶
func (b *ResourceReviewRequestBuilder) Build() (object *ResourceReviewRequest, err error)
Build creates a 'resource_review_request' object using the configuration stored in the builder.
func (*ResourceReviewRequestBuilder) Copy ¶
func (b *ResourceReviewRequestBuilder) Copy(object *ResourceReviewRequest) *ResourceReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*ResourceReviewRequestBuilder) Empty ¶
func (b *ResourceReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*ResourceReviewRequestBuilder) ExcludeSubscriptionStatuses ¶
func (b *ResourceReviewRequestBuilder) ExcludeSubscriptionStatuses(values ...SubscriptionStatus) *ResourceReviewRequestBuilder
ExcludeSubscriptionStatuses sets the value of the 'exclude_subscription_statuses' attribute to the given values.
func (*ResourceReviewRequestBuilder) ReduceClusterList ¶
func (b *ResourceReviewRequestBuilder) ReduceClusterList(value bool) *ResourceReviewRequestBuilder
ReduceClusterList sets the value of the 'reduce_cluster_list' attribute to the given value.
func (*ResourceReviewRequestBuilder) ResourceType ¶
func (b *ResourceReviewRequestBuilder) ResourceType(value string) *ResourceReviewRequestBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
type ResourceReviewRequestList ¶
type ResourceReviewRequestList struct {
// contains filtered or unexported fields
}
ResourceReviewRequestList is a list of values of the 'resource_review_request' type.
func (*ResourceReviewRequestList) Each ¶
func (l *ResourceReviewRequestList) Each(f func(item *ResourceReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ResourceReviewRequestList) Empty ¶
func (l *ResourceReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*ResourceReviewRequestList) Get ¶
func (l *ResourceReviewRequestList) Get(i int) *ResourceReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*ResourceReviewRequestList) Items ¶
func (l *ResourceReviewRequestList) Items() []*ResourceReviewRequest
Items returns the items of the list.
func (*ResourceReviewRequestList) Len ¶
func (l *ResourceReviewRequestList) Len() int
Len returns the length of the list.
func (*ResourceReviewRequestList) Range ¶
func (l *ResourceReviewRequestList) Range(f func(index int, item *ResourceReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*ResourceReviewRequestList) SetHREF ¶
func (l *ResourceReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*ResourceReviewRequestList) SetItems ¶
func (l *ResourceReviewRequestList) SetItems(items []*ResourceReviewRequest)
Items sets the items of the list.
func (*ResourceReviewRequestList) SetLink ¶
func (l *ResourceReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*ResourceReviewRequestList) Slice ¶
func (l *ResourceReviewRequestList) Slice() []*ResourceReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type ResourceReviewRequestListBuilder ¶
type ResourceReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
ResourceReviewRequestListBuilder contains the data and logic needed to build 'resource_review_request' objects.
func NewResourceReviewRequestList ¶
func NewResourceReviewRequestList() *ResourceReviewRequestListBuilder
NewResourceReviewRequestList creates a new builder of 'resource_review_request' objects.
func (*ResourceReviewRequestListBuilder) Build ¶
func (b *ResourceReviewRequestListBuilder) Build() (list *ResourceReviewRequestList, err error)
Build creates a list of 'resource_review_request' objects using the configuration stored in the builder.
func (*ResourceReviewRequestListBuilder) Copy ¶
func (b *ResourceReviewRequestListBuilder) Copy(list *ResourceReviewRequestList) *ResourceReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*ResourceReviewRequestListBuilder) Empty ¶
func (b *ResourceReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*ResourceReviewRequestListBuilder) Items ¶
func (b *ResourceReviewRequestListBuilder) Items(values ...*ResourceReviewRequestBuilder) *ResourceReviewRequestListBuilder
Items sets the items of the list.
type SelfAccessReviewRequest ¶
type SelfAccessReviewRequest struct {
// contains filtered or unexported fields
}
SelfAccessReviewRequest represents the values of the 'self_access_review_request' type.
Representation of an access review performed against oneself
func ReadSelfAccessReviewRequest ¶
func ReadSelfAccessReviewRequest(iterator *jsoniter.Iterator) *SelfAccessReviewRequest
ReadSelfAccessReviewRequest reads a value of the 'self_access_review_request' type from the given iterator.
func ReadSelfAccessReviewRequestList ¶
func ReadSelfAccessReviewRequestList(iterator *jsoniter.Iterator) []*SelfAccessReviewRequest
ReadSelfAccessReviewRequestList reads list of values of the ”self_access_review_request' type from the given iterator.
func UnmarshalSelfAccessReviewRequest ¶
func UnmarshalSelfAccessReviewRequest(source interface{}) (object *SelfAccessReviewRequest, err error)
UnmarshalSelfAccessReviewRequest reads a value of the 'self_access_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfAccessReviewRequestList ¶
func UnmarshalSelfAccessReviewRequestList(source interface{}) (items []*SelfAccessReviewRequest, err error)
UnmarshalSelfAccessReviewRequestList reads a list of values of the 'self_access_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfAccessReviewRequest) Action ¶
func (o *SelfAccessReviewRequest) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the action, one of: [get,list,create,delete,update]
func (*SelfAccessReviewRequest) ClusterID ¶
func (o *SelfAccessReviewRequest) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to
func (*SelfAccessReviewRequest) ClusterUUID ¶
func (o *SelfAccessReviewRequest) ClusterUUID() string
ClusterUUID returns the value of the 'cluster_UUID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (external id) the resource type belongs to
func (*SelfAccessReviewRequest) Empty ¶
func (o *SelfAccessReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfAccessReviewRequest) GetAction ¶
func (o *SelfAccessReviewRequest) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Indicates the action, one of: [get,list,create,delete,update]
func (*SelfAccessReviewRequest) GetClusterID ¶
func (o *SelfAccessReviewRequest) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to
func (*SelfAccessReviewRequest) GetClusterUUID ¶
func (o *SelfAccessReviewRequest) GetClusterUUID() (value string, ok bool)
GetClusterUUID returns the value of the 'cluster_UUID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (external id) the resource type belongs to
func (*SelfAccessReviewRequest) GetOrganizationID ¶
func (o *SelfAccessReviewRequest) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to
func (*SelfAccessReviewRequest) GetResourceType ¶
func (o *SelfAccessReviewRequest) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values
func (*SelfAccessReviewRequest) GetSubscriptionID ¶
func (o *SelfAccessReviewRequest) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to
func (*SelfAccessReviewRequest) OrganizationID ¶
func (o *SelfAccessReviewRequest) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to
func (*SelfAccessReviewRequest) ResourceType ¶
func (o *SelfAccessReviewRequest) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values
func (*SelfAccessReviewRequest) SubscriptionID ¶
func (o *SelfAccessReviewRequest) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to
type SelfAccessReviewRequestBuilder ¶
type SelfAccessReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of an access review performed against oneself
func NewSelfAccessReviewRequest ¶
func NewSelfAccessReviewRequest() *SelfAccessReviewRequestBuilder
NewSelfAccessReviewRequest creates a new builder of 'self_access_review_request' objects.
func (*SelfAccessReviewRequestBuilder) Action ¶
func (b *SelfAccessReviewRequestBuilder) Action(value string) *SelfAccessReviewRequestBuilder
Action sets the value of the 'action' attribute to the given value.
func (*SelfAccessReviewRequestBuilder) Build ¶
func (b *SelfAccessReviewRequestBuilder) Build() (object *SelfAccessReviewRequest, err error)
Build creates a 'self_access_review_request' object using the configuration stored in the builder.
func (*SelfAccessReviewRequestBuilder) ClusterID ¶
func (b *SelfAccessReviewRequestBuilder) ClusterID(value string) *SelfAccessReviewRequestBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*SelfAccessReviewRequestBuilder) ClusterUUID ¶
func (b *SelfAccessReviewRequestBuilder) ClusterUUID(value string) *SelfAccessReviewRequestBuilder
ClusterUUID sets the value of the 'cluster_UUID' attribute to the given value.
func (*SelfAccessReviewRequestBuilder) Copy ¶
func (b *SelfAccessReviewRequestBuilder) Copy(object *SelfAccessReviewRequest) *SelfAccessReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfAccessReviewRequestBuilder) Empty ¶
func (b *SelfAccessReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfAccessReviewRequestBuilder) OrganizationID ¶
func (b *SelfAccessReviewRequestBuilder) OrganizationID(value string) *SelfAccessReviewRequestBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*SelfAccessReviewRequestBuilder) ResourceType ¶
func (b *SelfAccessReviewRequestBuilder) ResourceType(value string) *SelfAccessReviewRequestBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*SelfAccessReviewRequestBuilder) SubscriptionID ¶
func (b *SelfAccessReviewRequestBuilder) SubscriptionID(value string) *SelfAccessReviewRequestBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
type SelfAccessReviewRequestList ¶
type SelfAccessReviewRequestList struct {
// contains filtered or unexported fields
}
SelfAccessReviewRequestList is a list of values of the 'self_access_review_request' type.
func (*SelfAccessReviewRequestList) Each ¶
func (l *SelfAccessReviewRequestList) Each(f func(item *SelfAccessReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfAccessReviewRequestList) Empty ¶
func (l *SelfAccessReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*SelfAccessReviewRequestList) Get ¶
func (l *SelfAccessReviewRequestList) Get(i int) *SelfAccessReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfAccessReviewRequestList) Items ¶
func (l *SelfAccessReviewRequestList) Items() []*SelfAccessReviewRequest
Items returns the items of the list.
func (*SelfAccessReviewRequestList) Len ¶
func (l *SelfAccessReviewRequestList) Len() int
Len returns the length of the list.
func (*SelfAccessReviewRequestList) Range ¶
func (l *SelfAccessReviewRequestList) Range(f func(index int, item *SelfAccessReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfAccessReviewRequestList) SetHREF ¶
func (l *SelfAccessReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*SelfAccessReviewRequestList) SetItems ¶
func (l *SelfAccessReviewRequestList) SetItems(items []*SelfAccessReviewRequest)
Items sets the items of the list.
func (*SelfAccessReviewRequestList) SetLink ¶
func (l *SelfAccessReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*SelfAccessReviewRequestList) Slice ¶
func (l *SelfAccessReviewRequestList) Slice() []*SelfAccessReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfAccessReviewRequestListBuilder ¶
type SelfAccessReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
SelfAccessReviewRequestListBuilder contains the data and logic needed to build 'self_access_review_request' objects.
func NewSelfAccessReviewRequestList ¶
func NewSelfAccessReviewRequestList() *SelfAccessReviewRequestListBuilder
NewSelfAccessReviewRequestList creates a new builder of 'self_access_review_request' objects.
func (*SelfAccessReviewRequestListBuilder) Build ¶
func (b *SelfAccessReviewRequestListBuilder) Build() (list *SelfAccessReviewRequestList, err error)
Build creates a list of 'self_access_review_request' objects using the configuration stored in the builder.
func (*SelfAccessReviewRequestListBuilder) Copy ¶
func (b *SelfAccessReviewRequestListBuilder) Copy(list *SelfAccessReviewRequestList) *SelfAccessReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfAccessReviewRequestListBuilder) Empty ¶
func (b *SelfAccessReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfAccessReviewRequestListBuilder) Items ¶
func (b *SelfAccessReviewRequestListBuilder) Items(values ...*SelfAccessReviewRequestBuilder) *SelfAccessReviewRequestListBuilder
Items sets the items of the list.
type SelfAccessReviewResponse ¶
type SelfAccessReviewResponse struct {
// contains filtered or unexported fields
}
SelfAccessReviewResponse represents the values of the 'self_access_review_response' type.
Representation of an access review response, performed against oneself
func ReadSelfAccessReviewResponse ¶
func ReadSelfAccessReviewResponse(iterator *jsoniter.Iterator) *SelfAccessReviewResponse
ReadSelfAccessReviewResponse reads a value of the 'self_access_review_response' type from the given iterator.
func ReadSelfAccessReviewResponseList ¶
func ReadSelfAccessReviewResponseList(iterator *jsoniter.Iterator) []*SelfAccessReviewResponse
ReadSelfAccessReviewResponseList reads list of values of the ”self_access_review_response' type from the given iterator.
func UnmarshalSelfAccessReviewResponse ¶
func UnmarshalSelfAccessReviewResponse(source interface{}) (object *SelfAccessReviewResponse, err error)
UnmarshalSelfAccessReviewResponse reads a value of the 'self_access_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfAccessReviewResponseList ¶
func UnmarshalSelfAccessReviewResponseList(source interface{}) (items []*SelfAccessReviewResponse, err error)
UnmarshalSelfAccessReviewResponseList reads a list of values of the 'self_access_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfAccessReviewResponse) Action ¶
func (o *SelfAccessReviewResponse) Action() string
Action returns the value of the 'action' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the action, one of: [get,list,create,delete,update].
func (*SelfAccessReviewResponse) Allowed ¶
func (o *SelfAccessReviewResponse) Allowed() bool
Allowed returns the value of the 'allowed' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether the action on the specified resource type is allowed.
func (*SelfAccessReviewResponse) ClusterID ¶
func (o *SelfAccessReviewResponse) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*SelfAccessReviewResponse) ClusterUUID ¶
func (o *SelfAccessReviewResponse) ClusterUUID() string
ClusterUUID returns the value of the 'cluster_UUID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (external id) the resource type belongs to.
func (*SelfAccessReviewResponse) Empty ¶
func (o *SelfAccessReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfAccessReviewResponse) GetAction ¶
func (o *SelfAccessReviewResponse) GetAction() (value string, ok bool)
GetAction returns the value of the 'action' attribute and a flag indicating if the attribute has a value.
Indicates the action, one of: [get,list,create,delete,update].
func (*SelfAccessReviewResponse) GetAllowed ¶
func (o *SelfAccessReviewResponse) GetAllowed() (value bool, ok bool)
GetAllowed returns the value of the 'allowed' attribute and a flag indicating if the attribute has a value.
Defines whether the action on the specified resource type is allowed.
func (*SelfAccessReviewResponse) GetClusterID ¶
func (o *SelfAccessReviewResponse) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*SelfAccessReviewResponse) GetClusterUUID ¶
func (o *SelfAccessReviewResponse) GetClusterUUID() (value string, ok bool)
GetClusterUUID returns the value of the 'cluster_UUID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (external id) the resource type belongs to.
func (*SelfAccessReviewResponse) GetIsOCMInternal ¶
func (o *SelfAccessReviewResponse) GetIsOCMInternal() (value bool, ok bool)
GetIsOCMInternal returns the value of the 'is_OCM_internal' attribute and a flag indicating if the attribute has a value.
Defines whether an account is ocm internal.
func (*SelfAccessReviewResponse) GetOrganizationID ¶
func (o *SelfAccessReviewResponse) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to.
func (*SelfAccessReviewResponse) GetReason ¶
func (o *SelfAccessReviewResponse) GetReason() (value string, ok bool)
GetReason returns the value of the 'reason' attribute and a flag indicating if the attribute has a value.
Defines further context for the value in allowed (if applicable).
func (*SelfAccessReviewResponse) GetResourceType ¶
func (o *SelfAccessReviewResponse) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*SelfAccessReviewResponse) GetSubscriptionID ¶
func (o *SelfAccessReviewResponse) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to.
func (*SelfAccessReviewResponse) IsOCMInternal ¶
func (o *SelfAccessReviewResponse) IsOCMInternal() bool
IsOCMInternal returns the value of the 'is_OCM_internal' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether an account is ocm internal.
func (*SelfAccessReviewResponse) OrganizationID ¶
func (o *SelfAccessReviewResponse) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to.
func (*SelfAccessReviewResponse) Reason ¶
func (o *SelfAccessReviewResponse) Reason() string
Reason returns the value of the 'reason' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines further context for the value in allowed (if applicable).
func (*SelfAccessReviewResponse) ResourceType ¶
func (o *SelfAccessReviewResponse) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource an action would be taken on. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*SelfAccessReviewResponse) SubscriptionID ¶
func (o *SelfAccessReviewResponse) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to.
type SelfAccessReviewResponseBuilder ¶
type SelfAccessReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of an access review response, performed against oneself
func NewSelfAccessReviewResponse ¶
func NewSelfAccessReviewResponse() *SelfAccessReviewResponseBuilder
NewSelfAccessReviewResponse creates a new builder of 'self_access_review_response' objects.
func (*SelfAccessReviewResponseBuilder) Action ¶
func (b *SelfAccessReviewResponseBuilder) Action(value string) *SelfAccessReviewResponseBuilder
Action sets the value of the 'action' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) Allowed ¶
func (b *SelfAccessReviewResponseBuilder) Allowed(value bool) *SelfAccessReviewResponseBuilder
Allowed sets the value of the 'allowed' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) Build ¶
func (b *SelfAccessReviewResponseBuilder) Build() (object *SelfAccessReviewResponse, err error)
Build creates a 'self_access_review_response' object using the configuration stored in the builder.
func (*SelfAccessReviewResponseBuilder) ClusterID ¶
func (b *SelfAccessReviewResponseBuilder) ClusterID(value string) *SelfAccessReviewResponseBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) ClusterUUID ¶
func (b *SelfAccessReviewResponseBuilder) ClusterUUID(value string) *SelfAccessReviewResponseBuilder
ClusterUUID sets the value of the 'cluster_UUID' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) Copy ¶
func (b *SelfAccessReviewResponseBuilder) Copy(object *SelfAccessReviewResponse) *SelfAccessReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfAccessReviewResponseBuilder) Empty ¶
func (b *SelfAccessReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfAccessReviewResponseBuilder) IsOCMInternal ¶
func (b *SelfAccessReviewResponseBuilder) IsOCMInternal(value bool) *SelfAccessReviewResponseBuilder
IsOCMInternal sets the value of the 'is_OCM_internal' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) OrganizationID ¶
func (b *SelfAccessReviewResponseBuilder) OrganizationID(value string) *SelfAccessReviewResponseBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) Reason ¶
func (b *SelfAccessReviewResponseBuilder) Reason(value string) *SelfAccessReviewResponseBuilder
Reason sets the value of the 'reason' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) ResourceType ¶
func (b *SelfAccessReviewResponseBuilder) ResourceType(value string) *SelfAccessReviewResponseBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*SelfAccessReviewResponseBuilder) SubscriptionID ¶
func (b *SelfAccessReviewResponseBuilder) SubscriptionID(value string) *SelfAccessReviewResponseBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
type SelfAccessReviewResponseList ¶
type SelfAccessReviewResponseList struct {
// contains filtered or unexported fields
}
SelfAccessReviewResponseList is a list of values of the 'self_access_review_response' type.
func (*SelfAccessReviewResponseList) Each ¶
func (l *SelfAccessReviewResponseList) Each(f func(item *SelfAccessReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfAccessReviewResponseList) Empty ¶
func (l *SelfAccessReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*SelfAccessReviewResponseList) Get ¶
func (l *SelfAccessReviewResponseList) Get(i int) *SelfAccessReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfAccessReviewResponseList) Items ¶
func (l *SelfAccessReviewResponseList) Items() []*SelfAccessReviewResponse
Items returns the items of the list.
func (*SelfAccessReviewResponseList) Len ¶
func (l *SelfAccessReviewResponseList) Len() int
Len returns the length of the list.
func (*SelfAccessReviewResponseList) Range ¶
func (l *SelfAccessReviewResponseList) Range(f func(index int, item *SelfAccessReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfAccessReviewResponseList) SetHREF ¶
func (l *SelfAccessReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*SelfAccessReviewResponseList) SetItems ¶
func (l *SelfAccessReviewResponseList) SetItems(items []*SelfAccessReviewResponse)
Items sets the items of the list.
func (*SelfAccessReviewResponseList) SetLink ¶
func (l *SelfAccessReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*SelfAccessReviewResponseList) Slice ¶
func (l *SelfAccessReviewResponseList) Slice() []*SelfAccessReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfAccessReviewResponseListBuilder ¶
type SelfAccessReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
SelfAccessReviewResponseListBuilder contains the data and logic needed to build 'self_access_review_response' objects.
func NewSelfAccessReviewResponseList ¶
func NewSelfAccessReviewResponseList() *SelfAccessReviewResponseListBuilder
NewSelfAccessReviewResponseList creates a new builder of 'self_access_review_response' objects.
func (*SelfAccessReviewResponseListBuilder) Build ¶
func (b *SelfAccessReviewResponseListBuilder) Build() (list *SelfAccessReviewResponseList, err error)
Build creates a list of 'self_access_review_response' objects using the configuration stored in the builder.
func (*SelfAccessReviewResponseListBuilder) Copy ¶
func (b *SelfAccessReviewResponseListBuilder) Copy(list *SelfAccessReviewResponseList) *SelfAccessReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfAccessReviewResponseListBuilder) Empty ¶
func (b *SelfAccessReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfAccessReviewResponseListBuilder) Items ¶
func (b *SelfAccessReviewResponseListBuilder) Items(values ...*SelfAccessReviewResponseBuilder) *SelfAccessReviewResponseListBuilder
Items sets the items of the list.
type SelfCapabilityReviewRequest ¶
type SelfCapabilityReviewRequest struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewRequest represents the values of the 'self_capability_review_request' type.
Representation of a capability review.
func ReadSelfCapabilityReviewRequest ¶
func ReadSelfCapabilityReviewRequest(iterator *jsoniter.Iterator) *SelfCapabilityReviewRequest
ReadSelfCapabilityReviewRequest reads a value of the 'self_capability_review_request' type from the given iterator.
func ReadSelfCapabilityReviewRequestList ¶
func ReadSelfCapabilityReviewRequestList(iterator *jsoniter.Iterator) []*SelfCapabilityReviewRequest
ReadSelfCapabilityReviewRequestList reads list of values of the ”self_capability_review_request' type from the given iterator.
func UnmarshalSelfCapabilityReviewRequest ¶
func UnmarshalSelfCapabilityReviewRequest(source interface{}) (object *SelfCapabilityReviewRequest, err error)
UnmarshalSelfCapabilityReviewRequest reads a value of the 'self_capability_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfCapabilityReviewRequestList ¶
func UnmarshalSelfCapabilityReviewRequestList(source interface{}) (items []*SelfCapabilityReviewRequest, err error)
UnmarshalSelfCapabilityReviewRequestList reads a list of values of the 'self_capability_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfCapabilityReviewRequest) AccountUsername ¶
func (o *SelfCapabilityReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which capability is being reviewed.
func (*SelfCapabilityReviewRequest) Capability ¶
func (o *SelfCapabilityReviewRequest) Capability() string
Capability returns the value of the 'capability' attribute, or the zero value of the type if the attribute doesn't have a value.
Capability to review [manage_cluster_admin].
func (*SelfCapabilityReviewRequest) ClusterID ¶
func (o *SelfCapabilityReviewRequest) ClusterID() string
ClusterID returns the value of the 'cluster_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*SelfCapabilityReviewRequest) Empty ¶
func (o *SelfCapabilityReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfCapabilityReviewRequest) GetAccountUsername ¶
func (o *SelfCapabilityReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which capability is being reviewed.
func (*SelfCapabilityReviewRequest) GetCapability ¶
func (o *SelfCapabilityReviewRequest) GetCapability() (value string, ok bool)
GetCapability returns the value of the 'capability' attribute and a flag indicating if the attribute has a value.
Capability to review [manage_cluster_admin].
func (*SelfCapabilityReviewRequest) GetClusterID ¶
func (o *SelfCapabilityReviewRequest) GetClusterID() (value string, ok bool)
GetClusterID returns the value of the 'cluster_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Cluster (internal id) the resource type belongs to.
func (*SelfCapabilityReviewRequest) GetOrganizationID ¶
func (o *SelfCapabilityReviewRequest) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the resource type belongs to.
func (*SelfCapabilityReviewRequest) GetResourceType ¶
func (o *SelfCapabilityReviewRequest) GetResourceType() (value string, ok bool)
GetResourceType returns the value of the 'resource_type' attribute and a flag indicating if the attribute has a value.
Indicates the type of the resource. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*SelfCapabilityReviewRequest) GetSubscriptionID ¶
func (o *SelfCapabilityReviewRequest) GetSubscriptionID() (value string, ok bool)
GetSubscriptionID returns the value of the 'subscription_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Subscription the resource type belongs to.
func (*SelfCapabilityReviewRequest) GetType ¶
func (o *SelfCapabilityReviewRequest) GetType() (value string, ok bool)
GetType returns the value of the 'type' attribute and a flag indicating if the attribute has a value.
Type of capability [Cluster].
func (*SelfCapabilityReviewRequest) OrganizationID ¶
func (o *SelfCapabilityReviewRequest) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the resource type belongs to.
func (*SelfCapabilityReviewRequest) ResourceType ¶
func (o *SelfCapabilityReviewRequest) ResourceType() string
ResourceType returns the value of the 'resource_type' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the type of the resource. See uhc-account-manager/openapi/openapi.yaml for a list of possible values.
func (*SelfCapabilityReviewRequest) SubscriptionID ¶
func (o *SelfCapabilityReviewRequest) SubscriptionID() string
SubscriptionID returns the value of the 'subscription_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Subscription the resource type belongs to.
func (*SelfCapabilityReviewRequest) Type ¶
func (o *SelfCapabilityReviewRequest) Type() string
Type returns the value of the 'type' attribute, or the zero value of the type if the attribute doesn't have a value.
Type of capability [Cluster].
type SelfCapabilityReviewRequestBuilder ¶
type SelfCapabilityReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of a capability review.
func NewSelfCapabilityReviewRequest ¶
func NewSelfCapabilityReviewRequest() *SelfCapabilityReviewRequestBuilder
NewSelfCapabilityReviewRequest creates a new builder of 'self_capability_review_request' objects.
func (*SelfCapabilityReviewRequestBuilder) AccountUsername ¶
func (b *SelfCapabilityReviewRequestBuilder) AccountUsername(value string) *SelfCapabilityReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) Build ¶
func (b *SelfCapabilityReviewRequestBuilder) Build() (object *SelfCapabilityReviewRequest, err error)
Build creates a 'self_capability_review_request' object using the configuration stored in the builder.
func (*SelfCapabilityReviewRequestBuilder) Capability ¶
func (b *SelfCapabilityReviewRequestBuilder) Capability(value string) *SelfCapabilityReviewRequestBuilder
Capability sets the value of the 'capability' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) ClusterID ¶
func (b *SelfCapabilityReviewRequestBuilder) ClusterID(value string) *SelfCapabilityReviewRequestBuilder
ClusterID sets the value of the 'cluster_ID' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) Copy ¶
func (b *SelfCapabilityReviewRequestBuilder) Copy(object *SelfCapabilityReviewRequest) *SelfCapabilityReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfCapabilityReviewRequestBuilder) Empty ¶
func (b *SelfCapabilityReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfCapabilityReviewRequestBuilder) OrganizationID ¶
func (b *SelfCapabilityReviewRequestBuilder) OrganizationID(value string) *SelfCapabilityReviewRequestBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) ResourceType ¶
func (b *SelfCapabilityReviewRequestBuilder) ResourceType(value string) *SelfCapabilityReviewRequestBuilder
ResourceType sets the value of the 'resource_type' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) SubscriptionID ¶
func (b *SelfCapabilityReviewRequestBuilder) SubscriptionID(value string) *SelfCapabilityReviewRequestBuilder
SubscriptionID sets the value of the 'subscription_ID' attribute to the given value.
func (*SelfCapabilityReviewRequestBuilder) Type ¶
func (b *SelfCapabilityReviewRequestBuilder) Type(value string) *SelfCapabilityReviewRequestBuilder
Type sets the value of the 'type' attribute to the given value.
type SelfCapabilityReviewRequestList ¶
type SelfCapabilityReviewRequestList struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewRequestList is a list of values of the 'self_capability_review_request' type.
func (*SelfCapabilityReviewRequestList) Each ¶
func (l *SelfCapabilityReviewRequestList) Each(f func(item *SelfCapabilityReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfCapabilityReviewRequestList) Empty ¶
func (l *SelfCapabilityReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*SelfCapabilityReviewRequestList) Get ¶
func (l *SelfCapabilityReviewRequestList) Get(i int) *SelfCapabilityReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfCapabilityReviewRequestList) Items ¶
func (l *SelfCapabilityReviewRequestList) Items() []*SelfCapabilityReviewRequest
Items returns the items of the list.
func (*SelfCapabilityReviewRequestList) Len ¶
func (l *SelfCapabilityReviewRequestList) Len() int
Len returns the length of the list.
func (*SelfCapabilityReviewRequestList) Range ¶
func (l *SelfCapabilityReviewRequestList) Range(f func(index int, item *SelfCapabilityReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfCapabilityReviewRequestList) SetHREF ¶
func (l *SelfCapabilityReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*SelfCapabilityReviewRequestList) SetItems ¶
func (l *SelfCapabilityReviewRequestList) SetItems(items []*SelfCapabilityReviewRequest)
Items sets the items of the list.
func (*SelfCapabilityReviewRequestList) SetLink ¶
func (l *SelfCapabilityReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*SelfCapabilityReviewRequestList) Slice ¶
func (l *SelfCapabilityReviewRequestList) Slice() []*SelfCapabilityReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfCapabilityReviewRequestListBuilder ¶
type SelfCapabilityReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewRequestListBuilder contains the data and logic needed to build 'self_capability_review_request' objects.
func NewSelfCapabilityReviewRequestList ¶
func NewSelfCapabilityReviewRequestList() *SelfCapabilityReviewRequestListBuilder
NewSelfCapabilityReviewRequestList creates a new builder of 'self_capability_review_request' objects.
func (*SelfCapabilityReviewRequestListBuilder) Build ¶
func (b *SelfCapabilityReviewRequestListBuilder) Build() (list *SelfCapabilityReviewRequestList, err error)
Build creates a list of 'self_capability_review_request' objects using the configuration stored in the builder.
func (*SelfCapabilityReviewRequestListBuilder) Copy ¶
func (b *SelfCapabilityReviewRequestListBuilder) Copy(list *SelfCapabilityReviewRequestList) *SelfCapabilityReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfCapabilityReviewRequestListBuilder) Empty ¶
func (b *SelfCapabilityReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfCapabilityReviewRequestListBuilder) Items ¶
func (b *SelfCapabilityReviewRequestListBuilder) Items(values ...*SelfCapabilityReviewRequestBuilder) *SelfCapabilityReviewRequestListBuilder
Items sets the items of the list.
type SelfCapabilityReviewResponse ¶
type SelfCapabilityReviewResponse struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewResponse represents the values of the 'self_capability_review_response' type.
Representation of a capability review response.
func ReadSelfCapabilityReviewResponse ¶
func ReadSelfCapabilityReviewResponse(iterator *jsoniter.Iterator) *SelfCapabilityReviewResponse
ReadSelfCapabilityReviewResponse reads a value of the 'self_capability_review_response' type from the given iterator.
func ReadSelfCapabilityReviewResponseList ¶
func ReadSelfCapabilityReviewResponseList(iterator *jsoniter.Iterator) []*SelfCapabilityReviewResponse
ReadSelfCapabilityReviewResponseList reads list of values of the ”self_capability_review_response' type from the given iterator.
func UnmarshalSelfCapabilityReviewResponse ¶
func UnmarshalSelfCapabilityReviewResponse(source interface{}) (object *SelfCapabilityReviewResponse, err error)
UnmarshalSelfCapabilityReviewResponse reads a value of the 'self_capability_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfCapabilityReviewResponseList ¶
func UnmarshalSelfCapabilityReviewResponseList(source interface{}) (items []*SelfCapabilityReviewResponse, err error)
UnmarshalSelfCapabilityReviewResponseList reads a list of values of the 'self_capability_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfCapabilityReviewResponse) Empty ¶
func (o *SelfCapabilityReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfCapabilityReviewResponse) GetResult ¶
func (o *SelfCapabilityReviewResponse) GetResult() (value string, ok bool)
GetResult returns the value of the 'result' attribute and a flag indicating if the attribute has a value.
func (*SelfCapabilityReviewResponse) Result ¶
func (o *SelfCapabilityReviewResponse) Result() string
Result returns the value of the 'result' attribute, or the zero value of the type if the attribute doesn't have a value.
type SelfCapabilityReviewResponseBuilder ¶
type SelfCapabilityReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of a capability review response.
func NewSelfCapabilityReviewResponse ¶
func NewSelfCapabilityReviewResponse() *SelfCapabilityReviewResponseBuilder
NewSelfCapabilityReviewResponse creates a new builder of 'self_capability_review_response' objects.
func (*SelfCapabilityReviewResponseBuilder) Build ¶
func (b *SelfCapabilityReviewResponseBuilder) Build() (object *SelfCapabilityReviewResponse, err error)
Build creates a 'self_capability_review_response' object using the configuration stored in the builder.
func (*SelfCapabilityReviewResponseBuilder) Copy ¶
func (b *SelfCapabilityReviewResponseBuilder) Copy(object *SelfCapabilityReviewResponse) *SelfCapabilityReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfCapabilityReviewResponseBuilder) Empty ¶
func (b *SelfCapabilityReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfCapabilityReviewResponseBuilder) Result ¶
func (b *SelfCapabilityReviewResponseBuilder) Result(value string) *SelfCapabilityReviewResponseBuilder
Result sets the value of the 'result' attribute to the given value.
type SelfCapabilityReviewResponseList ¶
type SelfCapabilityReviewResponseList struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewResponseList is a list of values of the 'self_capability_review_response' type.
func (*SelfCapabilityReviewResponseList) Each ¶
func (l *SelfCapabilityReviewResponseList) Each(f func(item *SelfCapabilityReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfCapabilityReviewResponseList) Empty ¶
func (l *SelfCapabilityReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*SelfCapabilityReviewResponseList) Get ¶
func (l *SelfCapabilityReviewResponseList) Get(i int) *SelfCapabilityReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfCapabilityReviewResponseList) Items ¶
func (l *SelfCapabilityReviewResponseList) Items() []*SelfCapabilityReviewResponse
Items returns the items of the list.
func (*SelfCapabilityReviewResponseList) Len ¶
func (l *SelfCapabilityReviewResponseList) Len() int
Len returns the length of the list.
func (*SelfCapabilityReviewResponseList) Range ¶
func (l *SelfCapabilityReviewResponseList) Range(f func(index int, item *SelfCapabilityReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfCapabilityReviewResponseList) SetHREF ¶
func (l *SelfCapabilityReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*SelfCapabilityReviewResponseList) SetItems ¶
func (l *SelfCapabilityReviewResponseList) SetItems(items []*SelfCapabilityReviewResponse)
Items sets the items of the list.
func (*SelfCapabilityReviewResponseList) SetLink ¶
func (l *SelfCapabilityReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*SelfCapabilityReviewResponseList) Slice ¶
func (l *SelfCapabilityReviewResponseList) Slice() []*SelfCapabilityReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfCapabilityReviewResponseListBuilder ¶
type SelfCapabilityReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
SelfCapabilityReviewResponseListBuilder contains the data and logic needed to build 'self_capability_review_response' objects.
func NewSelfCapabilityReviewResponseList ¶
func NewSelfCapabilityReviewResponseList() *SelfCapabilityReviewResponseListBuilder
NewSelfCapabilityReviewResponseList creates a new builder of 'self_capability_review_response' objects.
func (*SelfCapabilityReviewResponseListBuilder) Build ¶
func (b *SelfCapabilityReviewResponseListBuilder) Build() (list *SelfCapabilityReviewResponseList, err error)
Build creates a list of 'self_capability_review_response' objects using the configuration stored in the builder.
func (*SelfCapabilityReviewResponseListBuilder) Copy ¶
func (b *SelfCapabilityReviewResponseListBuilder) Copy(list *SelfCapabilityReviewResponseList) *SelfCapabilityReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfCapabilityReviewResponseListBuilder) Empty ¶
func (b *SelfCapabilityReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfCapabilityReviewResponseListBuilder) Items ¶
func (b *SelfCapabilityReviewResponseListBuilder) Items(values ...*SelfCapabilityReviewResponseBuilder) *SelfCapabilityReviewResponseListBuilder
Items sets the items of the list.
type SelfFeatureReviewRequest ¶
type SelfFeatureReviewRequest struct {
// contains filtered or unexported fields
}
SelfFeatureReviewRequest represents the values of the 'self_feature_review_request' type.
Representation of a feature review performed against oneself
func ReadSelfFeatureReviewRequest ¶
func ReadSelfFeatureReviewRequest(iterator *jsoniter.Iterator) *SelfFeatureReviewRequest
ReadSelfFeatureReviewRequest reads a value of the 'self_feature_review_request' type from the given iterator.
func ReadSelfFeatureReviewRequestList ¶
func ReadSelfFeatureReviewRequestList(iterator *jsoniter.Iterator) []*SelfFeatureReviewRequest
ReadSelfFeatureReviewRequestList reads list of values of the ”self_feature_review_request' type from the given iterator.
func UnmarshalSelfFeatureReviewRequest ¶
func UnmarshalSelfFeatureReviewRequest(source interface{}) (object *SelfFeatureReviewRequest, err error)
UnmarshalSelfFeatureReviewRequest reads a value of the 'self_feature_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfFeatureReviewRequestList ¶
func UnmarshalSelfFeatureReviewRequestList(source interface{}) (items []*SelfFeatureReviewRequest, err error)
UnmarshalSelfFeatureReviewRequestList reads a list of values of the 'self_feature_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfFeatureReviewRequest) Empty ¶
func (o *SelfFeatureReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfFeatureReviewRequest) Feature ¶
func (o *SelfFeatureReviewRequest) Feature() string
Feature returns the value of the 'feature' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates the feature which can be toggled
func (*SelfFeatureReviewRequest) GetFeature ¶
func (o *SelfFeatureReviewRequest) GetFeature() (value string, ok bool)
GetFeature returns the value of the 'feature' attribute and a flag indicating if the attribute has a value.
Indicates the feature which can be toggled
type SelfFeatureReviewRequestBuilder ¶
type SelfFeatureReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of a feature review performed against oneself
func NewSelfFeatureReviewRequest ¶
func NewSelfFeatureReviewRequest() *SelfFeatureReviewRequestBuilder
NewSelfFeatureReviewRequest creates a new builder of 'self_feature_review_request' objects.
func (*SelfFeatureReviewRequestBuilder) Build ¶
func (b *SelfFeatureReviewRequestBuilder) Build() (object *SelfFeatureReviewRequest, err error)
Build creates a 'self_feature_review_request' object using the configuration stored in the builder.
func (*SelfFeatureReviewRequestBuilder) Copy ¶
func (b *SelfFeatureReviewRequestBuilder) Copy(object *SelfFeatureReviewRequest) *SelfFeatureReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfFeatureReviewRequestBuilder) Empty ¶
func (b *SelfFeatureReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfFeatureReviewRequestBuilder) Feature ¶
func (b *SelfFeatureReviewRequestBuilder) Feature(value string) *SelfFeatureReviewRequestBuilder
Feature sets the value of the 'feature' attribute to the given value.
type SelfFeatureReviewRequestList ¶
type SelfFeatureReviewRequestList struct {
// contains filtered or unexported fields
}
SelfFeatureReviewRequestList is a list of values of the 'self_feature_review_request' type.
func (*SelfFeatureReviewRequestList) Each ¶
func (l *SelfFeatureReviewRequestList) Each(f func(item *SelfFeatureReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfFeatureReviewRequestList) Empty ¶
func (l *SelfFeatureReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*SelfFeatureReviewRequestList) Get ¶
func (l *SelfFeatureReviewRequestList) Get(i int) *SelfFeatureReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfFeatureReviewRequestList) Items ¶
func (l *SelfFeatureReviewRequestList) Items() []*SelfFeatureReviewRequest
Items returns the items of the list.
func (*SelfFeatureReviewRequestList) Len ¶
func (l *SelfFeatureReviewRequestList) Len() int
Len returns the length of the list.
func (*SelfFeatureReviewRequestList) Range ¶
func (l *SelfFeatureReviewRequestList) Range(f func(index int, item *SelfFeatureReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfFeatureReviewRequestList) SetHREF ¶
func (l *SelfFeatureReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*SelfFeatureReviewRequestList) SetItems ¶
func (l *SelfFeatureReviewRequestList) SetItems(items []*SelfFeatureReviewRequest)
Items sets the items of the list.
func (*SelfFeatureReviewRequestList) SetLink ¶
func (l *SelfFeatureReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*SelfFeatureReviewRequestList) Slice ¶
func (l *SelfFeatureReviewRequestList) Slice() []*SelfFeatureReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfFeatureReviewRequestListBuilder ¶
type SelfFeatureReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
SelfFeatureReviewRequestListBuilder contains the data and logic needed to build 'self_feature_review_request' objects.
func NewSelfFeatureReviewRequestList ¶
func NewSelfFeatureReviewRequestList() *SelfFeatureReviewRequestListBuilder
NewSelfFeatureReviewRequestList creates a new builder of 'self_feature_review_request' objects.
func (*SelfFeatureReviewRequestListBuilder) Build ¶
func (b *SelfFeatureReviewRequestListBuilder) Build() (list *SelfFeatureReviewRequestList, err error)
Build creates a list of 'self_feature_review_request' objects using the configuration stored in the builder.
func (*SelfFeatureReviewRequestListBuilder) Copy ¶
func (b *SelfFeatureReviewRequestListBuilder) Copy(list *SelfFeatureReviewRequestList) *SelfFeatureReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfFeatureReviewRequestListBuilder) Empty ¶
func (b *SelfFeatureReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfFeatureReviewRequestListBuilder) Items ¶
func (b *SelfFeatureReviewRequestListBuilder) Items(values ...*SelfFeatureReviewRequestBuilder) *SelfFeatureReviewRequestListBuilder
Items sets the items of the list.
type SelfFeatureReviewResponse ¶
type SelfFeatureReviewResponse struct {
// contains filtered or unexported fields
}
SelfFeatureReviewResponse represents the values of the 'self_feature_review_response' type.
Representation of a feature review response, performed against oneself
func ReadSelfFeatureReviewResponse ¶
func ReadSelfFeatureReviewResponse(iterator *jsoniter.Iterator) *SelfFeatureReviewResponse
ReadSelfFeatureReviewResponse reads a value of the 'self_feature_review_response' type from the given iterator.
func ReadSelfFeatureReviewResponseList ¶
func ReadSelfFeatureReviewResponseList(iterator *jsoniter.Iterator) []*SelfFeatureReviewResponse
ReadSelfFeatureReviewResponseList reads list of values of the ”self_feature_review_response' type from the given iterator.
func UnmarshalSelfFeatureReviewResponse ¶
func UnmarshalSelfFeatureReviewResponse(source interface{}) (object *SelfFeatureReviewResponse, err error)
UnmarshalSelfFeatureReviewResponse reads a value of the 'self_feature_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfFeatureReviewResponseList ¶
func UnmarshalSelfFeatureReviewResponseList(source interface{}) (items []*SelfFeatureReviewResponse, err error)
UnmarshalSelfFeatureReviewResponseList reads a list of values of the 'self_feature_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfFeatureReviewResponse) Empty ¶
func (o *SelfFeatureReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfFeatureReviewResponse) Enabled ¶
func (o *SelfFeatureReviewResponse) Enabled() bool
Enabled returns the value of the 'enabled' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether the feature can be toggled
func (*SelfFeatureReviewResponse) FeatureID ¶
func (o *SelfFeatureReviewResponse) FeatureID() string
FeatureID returns the value of the 'feature_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the feature id which can be toggled
func (*SelfFeatureReviewResponse) GetEnabled ¶
func (o *SelfFeatureReviewResponse) GetEnabled() (value bool, ok bool)
GetEnabled returns the value of the 'enabled' attribute and a flag indicating if the attribute has a value.
Defines whether the feature can be toggled
func (*SelfFeatureReviewResponse) GetFeatureID ¶
func (o *SelfFeatureReviewResponse) GetFeatureID() (value string, ok bool)
GetFeatureID returns the value of the 'feature_ID' attribute and a flag indicating if the attribute has a value.
Defines the feature id which can be toggled
type SelfFeatureReviewResponseBuilder ¶
type SelfFeatureReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of a feature review response, performed against oneself
func NewSelfFeatureReviewResponse ¶
func NewSelfFeatureReviewResponse() *SelfFeatureReviewResponseBuilder
NewSelfFeatureReviewResponse creates a new builder of 'self_feature_review_response' objects.
func (*SelfFeatureReviewResponseBuilder) Build ¶
func (b *SelfFeatureReviewResponseBuilder) Build() (object *SelfFeatureReviewResponse, err error)
Build creates a 'self_feature_review_response' object using the configuration stored in the builder.
func (*SelfFeatureReviewResponseBuilder) Copy ¶
func (b *SelfFeatureReviewResponseBuilder) Copy(object *SelfFeatureReviewResponse) *SelfFeatureReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfFeatureReviewResponseBuilder) Empty ¶
func (b *SelfFeatureReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfFeatureReviewResponseBuilder) Enabled ¶
func (b *SelfFeatureReviewResponseBuilder) Enabled(value bool) *SelfFeatureReviewResponseBuilder
Enabled sets the value of the 'enabled' attribute to the given value.
func (*SelfFeatureReviewResponseBuilder) FeatureID ¶
func (b *SelfFeatureReviewResponseBuilder) FeatureID(value string) *SelfFeatureReviewResponseBuilder
FeatureID sets the value of the 'feature_ID' attribute to the given value.
type SelfFeatureReviewResponseList ¶
type SelfFeatureReviewResponseList struct {
// contains filtered or unexported fields
}
SelfFeatureReviewResponseList is a list of values of the 'self_feature_review_response' type.
func (*SelfFeatureReviewResponseList) Each ¶
func (l *SelfFeatureReviewResponseList) Each(f func(item *SelfFeatureReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfFeatureReviewResponseList) Empty ¶
func (l *SelfFeatureReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*SelfFeatureReviewResponseList) Get ¶
func (l *SelfFeatureReviewResponseList) Get(i int) *SelfFeatureReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfFeatureReviewResponseList) Items ¶
func (l *SelfFeatureReviewResponseList) Items() []*SelfFeatureReviewResponse
Items returns the items of the list.
func (*SelfFeatureReviewResponseList) Len ¶
func (l *SelfFeatureReviewResponseList) Len() int
Len returns the length of the list.
func (*SelfFeatureReviewResponseList) Range ¶
func (l *SelfFeatureReviewResponseList) Range(f func(index int, item *SelfFeatureReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfFeatureReviewResponseList) SetHREF ¶
func (l *SelfFeatureReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*SelfFeatureReviewResponseList) SetItems ¶
func (l *SelfFeatureReviewResponseList) SetItems(items []*SelfFeatureReviewResponse)
Items sets the items of the list.
func (*SelfFeatureReviewResponseList) SetLink ¶
func (l *SelfFeatureReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*SelfFeatureReviewResponseList) Slice ¶
func (l *SelfFeatureReviewResponseList) Slice() []*SelfFeatureReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfFeatureReviewResponseListBuilder ¶
type SelfFeatureReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
SelfFeatureReviewResponseListBuilder contains the data and logic needed to build 'self_feature_review_response' objects.
func NewSelfFeatureReviewResponseList ¶
func NewSelfFeatureReviewResponseList() *SelfFeatureReviewResponseListBuilder
NewSelfFeatureReviewResponseList creates a new builder of 'self_feature_review_response' objects.
func (*SelfFeatureReviewResponseListBuilder) Build ¶
func (b *SelfFeatureReviewResponseListBuilder) Build() (list *SelfFeatureReviewResponseList, err error)
Build creates a list of 'self_feature_review_response' objects using the configuration stored in the builder.
func (*SelfFeatureReviewResponseListBuilder) Copy ¶
func (b *SelfFeatureReviewResponseListBuilder) Copy(list *SelfFeatureReviewResponseList) *SelfFeatureReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfFeatureReviewResponseListBuilder) Empty ¶
func (b *SelfFeatureReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfFeatureReviewResponseListBuilder) Items ¶
func (b *SelfFeatureReviewResponseListBuilder) Items(values ...*SelfFeatureReviewResponseBuilder) *SelfFeatureReviewResponseListBuilder
Items sets the items of the list.
type SelfTermsReviewRequest ¶
type SelfTermsReviewRequest struct {
// contains filtered or unexported fields
}
SelfTermsReviewRequest represents the values of the 'self_terms_review_request' type.
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review requests.
func ReadSelfTermsReviewRequest ¶
func ReadSelfTermsReviewRequest(iterator *jsoniter.Iterator) *SelfTermsReviewRequest
ReadSelfTermsReviewRequest reads a value of the 'self_terms_review_request' type from the given iterator.
func ReadSelfTermsReviewRequestList ¶
func ReadSelfTermsReviewRequestList(iterator *jsoniter.Iterator) []*SelfTermsReviewRequest
ReadSelfTermsReviewRequestList reads list of values of the ”self_terms_review_request' type from the given iterator.
func UnmarshalSelfTermsReviewRequest ¶
func UnmarshalSelfTermsReviewRequest(source interface{}) (object *SelfTermsReviewRequest, err error)
UnmarshalSelfTermsReviewRequest reads a value of the 'self_terms_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalSelfTermsReviewRequestList ¶
func UnmarshalSelfTermsReviewRequestList(source interface{}) (items []*SelfTermsReviewRequest, err error)
UnmarshalSelfTermsReviewRequestList reads a list of values of the 'self_terms_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*SelfTermsReviewRequest) Empty ¶
func (o *SelfTermsReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*SelfTermsReviewRequest) EventCode ¶
func (o *SelfTermsReviewRequest) EventCode() string
EventCode returns the value of the 'event_code' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the event code of the terms being checked
func (*SelfTermsReviewRequest) GetEventCode ¶
func (o *SelfTermsReviewRequest) GetEventCode() (value string, ok bool)
GetEventCode returns the value of the 'event_code' attribute and a flag indicating if the attribute has a value.
Defines the event code of the terms being checked
func (*SelfTermsReviewRequest) GetSiteCode ¶
func (o *SelfTermsReviewRequest) GetSiteCode() (value string, ok bool)
GetSiteCode returns the value of the 'site_code' attribute and a flag indicating if the attribute has a value.
Defines the site code of the terms being checked
func (*SelfTermsReviewRequest) SiteCode ¶
func (o *SelfTermsReviewRequest) SiteCode() string
SiteCode returns the value of the 'site_code' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the site code of the terms being checked
type SelfTermsReviewRequestBuilder ¶
type SelfTermsReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review requests.
func NewSelfTermsReviewRequest ¶
func NewSelfTermsReviewRequest() *SelfTermsReviewRequestBuilder
NewSelfTermsReviewRequest creates a new builder of 'self_terms_review_request' objects.
func (*SelfTermsReviewRequestBuilder) Build ¶
func (b *SelfTermsReviewRequestBuilder) Build() (object *SelfTermsReviewRequest, err error)
Build creates a 'self_terms_review_request' object using the configuration stored in the builder.
func (*SelfTermsReviewRequestBuilder) Copy ¶
func (b *SelfTermsReviewRequestBuilder) Copy(object *SelfTermsReviewRequest) *SelfTermsReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*SelfTermsReviewRequestBuilder) Empty ¶
func (b *SelfTermsReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*SelfTermsReviewRequestBuilder) EventCode ¶
func (b *SelfTermsReviewRequestBuilder) EventCode(value string) *SelfTermsReviewRequestBuilder
EventCode sets the value of the 'event_code' attribute to the given value.
func (*SelfTermsReviewRequestBuilder) SiteCode ¶
func (b *SelfTermsReviewRequestBuilder) SiteCode(value string) *SelfTermsReviewRequestBuilder
SiteCode sets the value of the 'site_code' attribute to the given value.
type SelfTermsReviewRequestList ¶
type SelfTermsReviewRequestList struct {
// contains filtered or unexported fields
}
SelfTermsReviewRequestList is a list of values of the 'self_terms_review_request' type.
func (*SelfTermsReviewRequestList) Each ¶
func (l *SelfTermsReviewRequestList) Each(f func(item *SelfTermsReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfTermsReviewRequestList) Empty ¶
func (l *SelfTermsReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*SelfTermsReviewRequestList) Get ¶
func (l *SelfTermsReviewRequestList) Get(i int) *SelfTermsReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*SelfTermsReviewRequestList) Items ¶
func (l *SelfTermsReviewRequestList) Items() []*SelfTermsReviewRequest
Items returns the items of the list.
func (*SelfTermsReviewRequestList) Len ¶
func (l *SelfTermsReviewRequestList) Len() int
Len returns the length of the list.
func (*SelfTermsReviewRequestList) Range ¶
func (l *SelfTermsReviewRequestList) Range(f func(index int, item *SelfTermsReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*SelfTermsReviewRequestList) SetHREF ¶
func (l *SelfTermsReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*SelfTermsReviewRequestList) SetItems ¶
func (l *SelfTermsReviewRequestList) SetItems(items []*SelfTermsReviewRequest)
Items sets the items of the list.
func (*SelfTermsReviewRequestList) SetLink ¶
func (l *SelfTermsReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*SelfTermsReviewRequestList) Slice ¶
func (l *SelfTermsReviewRequestList) Slice() []*SelfTermsReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type SelfTermsReviewRequestListBuilder ¶
type SelfTermsReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
SelfTermsReviewRequestListBuilder contains the data and logic needed to build 'self_terms_review_request' objects.
func NewSelfTermsReviewRequestList ¶
func NewSelfTermsReviewRequestList() *SelfTermsReviewRequestListBuilder
NewSelfTermsReviewRequestList creates a new builder of 'self_terms_review_request' objects.
func (*SelfTermsReviewRequestListBuilder) Build ¶
func (b *SelfTermsReviewRequestListBuilder) Build() (list *SelfTermsReviewRequestList, err error)
Build creates a list of 'self_terms_review_request' objects using the configuration stored in the builder.
func (*SelfTermsReviewRequestListBuilder) Copy ¶
func (b *SelfTermsReviewRequestListBuilder) Copy(list *SelfTermsReviewRequestList) *SelfTermsReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*SelfTermsReviewRequestListBuilder) Empty ¶
func (b *SelfTermsReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*SelfTermsReviewRequestListBuilder) Items ¶
func (b *SelfTermsReviewRequestListBuilder) Items(values ...*SelfTermsReviewRequestBuilder) *SelfTermsReviewRequestListBuilder
Items sets the items of the list.
type SubscriptionStatus ¶
type SubscriptionStatus string
SubscriptionStatus represents the values of the 'subscription_status' enumerated type.
const ( // Active state subscriptions have their related resources currently running and reporting an active state // Whether a subscription is active is determined depending on the plan of the subscription // For example, OCP subscriptions are active if the OCP cluster is successfully reporting metrics // RHOSR subscriptions are active if the service-registry service determines they are, the service updates the subscription as necessary SubscriptionStatusActive SubscriptionStatus = "active" // Subscriptions move to Archived when the resources are no longer visibile to OCM and suspected removed // Users can also move some disconnected subscriptions to archived state // If a subscription in Archived state's resources start reporting again, the subscription may move back to Active SubscriptionStatusArchived SubscriptionStatus = "archived" // Deprovisioned subscriptions can be considered completely deleted. As of this writing, only managed plan subscriptions are completely // deleted. Instead of actual DB row deletion, subscriptions are moved to Deprovisioned status and all associated resources (quota, // roles, etc) are _actually_ deleted. This allows us to keep track of what subscriptions existed and when. SubscriptionStatusDeprovisioned SubscriptionStatus = "deprovisioned" // Disconnected subscriptions are Active subscriptions that are intentionally not reporting an active state. There may be some // desire by the subscription owner not to connect the resources to OCM. This status allows the subscription to stay in OCM without // automatically moving to Stale or Archived. SubscriptionStatusDisconnected SubscriptionStatus = "disconnected" // Reserved subscriptions are created during the resource installation process. A reserved subscription represents a subscription // whose resources do not yet exist, but are expected to exist soon. Creating a reserved subscription allows services to reserve quota // for resources that are in the process of creation. Services are expected to update the status to Active or Deprovisioned once // the creation process completes, or fails. SubscriptionStatusReserved SubscriptionStatus = "reserved" // Stale subscriptions are active subscriptions who have stopped reporting an active state. Once reports cease, the subscription // is moved to stale to indicate to users that OCM can no longer see the Active resources. Subscriptions in stale state will automatically // transition back to active if the resources stat reporting again. They will also transition to Disconnected or Archived if the // resources never resume reporting. SubscriptionStatusStale SubscriptionStatus = "stale" )
func ReadSubscriptionStatusList ¶
func ReadSubscriptionStatusList(iterator *jsoniter.Iterator) []SubscriptionStatus
ReadSubscriptionStatusList reads list of values of the ”subscription_status' type from the given iterator.
func UnmarshalSubscriptionStatusList ¶
func UnmarshalSubscriptionStatusList(source interface{}) (items []SubscriptionStatus, err error)
UnmarshalSubscriptionStatusList reads a list of values of the 'subscription_status' type from the given source, which can be a slice of bytes, a string or a reader.
type TermsReviewRequest ¶
type TermsReviewRequest struct {
// contains filtered or unexported fields
}
TermsReviewRequest represents the values of the 'terms_review_request' type.
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review requests.
func ReadTermsReviewRequest ¶
func ReadTermsReviewRequest(iterator *jsoniter.Iterator) *TermsReviewRequest
ReadTermsReviewRequest reads a value of the 'terms_review_request' type from the given iterator.
func ReadTermsReviewRequestList ¶
func ReadTermsReviewRequestList(iterator *jsoniter.Iterator) []*TermsReviewRequest
ReadTermsReviewRequestList reads list of values of the ”terms_review_request' type from the given iterator.
func UnmarshalTermsReviewRequest ¶
func UnmarshalTermsReviewRequest(source interface{}) (object *TermsReviewRequest, err error)
UnmarshalTermsReviewRequest reads a value of the 'terms_review_request' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalTermsReviewRequestList ¶
func UnmarshalTermsReviewRequestList(source interface{}) (items []*TermsReviewRequest, err error)
UnmarshalTermsReviewRequestList reads a list of values of the 'terms_review_request' type from the given source, which can be a slice of bytes, a string or a reader.
func (*TermsReviewRequest) AccountUsername ¶
func (o *TermsReviewRequest) AccountUsername() string
AccountUsername returns the value of the 'account_username' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the username of the account of which Terms is being reviewed.
func (*TermsReviewRequest) CheckOptionalTerms ¶
func (o *TermsReviewRequest) CheckOptionalTerms() bool
CheckOptionalTerms returns the value of the 'check_optional_terms' attribute, or the zero value of the type if the attribute doesn't have a value.
If false, only `terms_required` will be checked
func (*TermsReviewRequest) Empty ¶
func (o *TermsReviewRequest) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*TermsReviewRequest) EventCode ¶
func (o *TermsReviewRequest) EventCode() string
EventCode returns the value of the 'event_code' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the event code of the terms being checked
func (*TermsReviewRequest) GetAccountUsername ¶
func (o *TermsReviewRequest) GetAccountUsername() (value string, ok bool)
GetAccountUsername returns the value of the 'account_username' attribute and a flag indicating if the attribute has a value.
Defines the username of the account of which Terms is being reviewed.
func (*TermsReviewRequest) GetCheckOptionalTerms ¶
func (o *TermsReviewRequest) GetCheckOptionalTerms() (value bool, ok bool)
GetCheckOptionalTerms returns the value of the 'check_optional_terms' attribute and a flag indicating if the attribute has a value.
If false, only `terms_required` will be checked
func (*TermsReviewRequest) GetEventCode ¶
func (o *TermsReviewRequest) GetEventCode() (value string, ok bool)
GetEventCode returns the value of the 'event_code' attribute and a flag indicating if the attribute has a value.
Defines the event code of the terms being checked
func (*TermsReviewRequest) GetSiteCode ¶
func (o *TermsReviewRequest) GetSiteCode() (value string, ok bool)
GetSiteCode returns the value of the 'site_code' attribute and a flag indicating if the attribute has a value.
Defines the site code of the terms being checked
func (*TermsReviewRequest) SiteCode ¶
func (o *TermsReviewRequest) SiteCode() string
SiteCode returns the value of the 'site_code' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines the site code of the terms being checked
type TermsReviewRequestBuilder ¶
type TermsReviewRequestBuilder struct {
// contains filtered or unexported fields
}
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review requests.
func NewTermsReviewRequest ¶
func NewTermsReviewRequest() *TermsReviewRequestBuilder
NewTermsReviewRequest creates a new builder of 'terms_review_request' objects.
func (*TermsReviewRequestBuilder) AccountUsername ¶
func (b *TermsReviewRequestBuilder) AccountUsername(value string) *TermsReviewRequestBuilder
AccountUsername sets the value of the 'account_username' attribute to the given value.
func (*TermsReviewRequestBuilder) Build ¶
func (b *TermsReviewRequestBuilder) Build() (object *TermsReviewRequest, err error)
Build creates a 'terms_review_request' object using the configuration stored in the builder.
func (*TermsReviewRequestBuilder) CheckOptionalTerms ¶
func (b *TermsReviewRequestBuilder) CheckOptionalTerms(value bool) *TermsReviewRequestBuilder
CheckOptionalTerms sets the value of the 'check_optional_terms' attribute to the given value.
func (*TermsReviewRequestBuilder) Copy ¶
func (b *TermsReviewRequestBuilder) Copy(object *TermsReviewRequest) *TermsReviewRequestBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*TermsReviewRequestBuilder) Empty ¶
func (b *TermsReviewRequestBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*TermsReviewRequestBuilder) EventCode ¶
func (b *TermsReviewRequestBuilder) EventCode(value string) *TermsReviewRequestBuilder
EventCode sets the value of the 'event_code' attribute to the given value.
func (*TermsReviewRequestBuilder) SiteCode ¶
func (b *TermsReviewRequestBuilder) SiteCode(value string) *TermsReviewRequestBuilder
SiteCode sets the value of the 'site_code' attribute to the given value.
type TermsReviewRequestList ¶
type TermsReviewRequestList struct {
// contains filtered or unexported fields
}
TermsReviewRequestList is a list of values of the 'terms_review_request' type.
func (*TermsReviewRequestList) Each ¶
func (l *TermsReviewRequestList) Each(f func(item *TermsReviewRequest) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*TermsReviewRequestList) Empty ¶
func (l *TermsReviewRequestList) Empty() bool
Empty returns true if the list is empty.
func (*TermsReviewRequestList) Get ¶
func (l *TermsReviewRequestList) Get(i int) *TermsReviewRequest
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*TermsReviewRequestList) Items ¶
func (l *TermsReviewRequestList) Items() []*TermsReviewRequest
Items returns the items of the list.
func (*TermsReviewRequestList) Len ¶
func (l *TermsReviewRequestList) Len() int
Len returns the length of the list.
func (*TermsReviewRequestList) Range ¶
func (l *TermsReviewRequestList) Range(f func(index int, item *TermsReviewRequest) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*TermsReviewRequestList) SetHREF ¶
func (l *TermsReviewRequestList) SetHREF(href string)
Items sets the items of the list.
func (*TermsReviewRequestList) SetItems ¶
func (l *TermsReviewRequestList) SetItems(items []*TermsReviewRequest)
Items sets the items of the list.
func (*TermsReviewRequestList) SetLink ¶
func (l *TermsReviewRequestList) SetLink(link bool)
Items sets the items of the list.
func (*TermsReviewRequestList) Slice ¶
func (l *TermsReviewRequestList) Slice() []*TermsReviewRequest
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type TermsReviewRequestListBuilder ¶
type TermsReviewRequestListBuilder struct {
// contains filtered or unexported fields
}
TermsReviewRequestListBuilder contains the data and logic needed to build 'terms_review_request' objects.
func NewTermsReviewRequestList ¶
func NewTermsReviewRequestList() *TermsReviewRequestListBuilder
NewTermsReviewRequestList creates a new builder of 'terms_review_request' objects.
func (*TermsReviewRequestListBuilder) Build ¶
func (b *TermsReviewRequestListBuilder) Build() (list *TermsReviewRequestList, err error)
Build creates a list of 'terms_review_request' objects using the configuration stored in the builder.
func (*TermsReviewRequestListBuilder) Copy ¶
func (b *TermsReviewRequestListBuilder) Copy(list *TermsReviewRequestList) *TermsReviewRequestListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*TermsReviewRequestListBuilder) Empty ¶
func (b *TermsReviewRequestListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*TermsReviewRequestListBuilder) Items ¶
func (b *TermsReviewRequestListBuilder) Items(values ...*TermsReviewRequestBuilder) *TermsReviewRequestListBuilder
Items sets the items of the list.
type TermsReviewResponse ¶
type TermsReviewResponse struct {
// contains filtered or unexported fields
}
TermsReviewResponse represents the values of the 'terms_review_response' type.
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review response.
func ReadTermsReviewResponse ¶
func ReadTermsReviewResponse(iterator *jsoniter.Iterator) *TermsReviewResponse
ReadTermsReviewResponse reads a value of the 'terms_review_response' type from the given iterator.
func ReadTermsReviewResponseList ¶
func ReadTermsReviewResponseList(iterator *jsoniter.Iterator) []*TermsReviewResponse
ReadTermsReviewResponseList reads list of values of the ”terms_review_response' type from the given iterator.
func UnmarshalTermsReviewResponse ¶
func UnmarshalTermsReviewResponse(source interface{}) (object *TermsReviewResponse, err error)
UnmarshalTermsReviewResponse reads a value of the 'terms_review_response' type from the given source, which can be an slice of bytes, a string or a reader.
func UnmarshalTermsReviewResponseList ¶
func UnmarshalTermsReviewResponseList(source interface{}) (items []*TermsReviewResponse, err error)
UnmarshalTermsReviewResponseList reads a list of values of the 'terms_review_response' type from the given source, which can be a slice of bytes, a string or a reader.
func (*TermsReviewResponse) AccountId ¶
func (o *TermsReviewResponse) AccountId() string
AccountId returns the value of the 'account_id' attribute, or the zero value of the type if the attribute doesn't have a value.
Account ID of requesting user.
func (*TermsReviewResponse) Empty ¶
func (o *TermsReviewResponse) Empty() bool
Empty returns true if the object is empty, i.e. no attribute has a value.
func (*TermsReviewResponse) GetAccountId ¶
func (o *TermsReviewResponse) GetAccountId() (value string, ok bool)
GetAccountId returns the value of the 'account_id' attribute and a flag indicating if the attribute has a value.
Account ID of requesting user.
func (*TermsReviewResponse) GetOrganizationID ¶
func (o *TermsReviewResponse) GetOrganizationID() (value string, ok bool)
GetOrganizationID returns the value of the 'organization_ID' attribute and a flag indicating if the attribute has a value.
Indicates which Organization the user belongs to.
func (*TermsReviewResponse) GetRedirectUrl ¶
func (o *TermsReviewResponse) GetRedirectUrl() (value string, ok bool)
GetRedirectUrl returns the value of the 'redirect_url' attribute and a flag indicating if the attribute has a value.
Optional URL to Red Hat's Terms and Conditions Application if the user has either required or available Terms needs to acknowledge.
func (*TermsReviewResponse) GetTermsAvailable ¶
func (o *TermsReviewResponse) GetTermsAvailable() (value bool, ok bool)
GetTermsAvailable returns the value of the 'terms_available' attribute and a flag indicating if the attribute has a value.
Defines whether Terms are available.
func (*TermsReviewResponse) GetTermsRequired ¶
func (o *TermsReviewResponse) GetTermsRequired() (value bool, ok bool)
GetTermsRequired returns the value of the 'terms_required' attribute and a flag indicating if the attribute has a value.
Defines whether user is required to accept Terms before using OpenShift Dedicated and Amazon Red Hat OpenShift.
func (*TermsReviewResponse) OrganizationID ¶
func (o *TermsReviewResponse) OrganizationID() string
OrganizationID returns the value of the 'organization_ID' attribute, or the zero value of the type if the attribute doesn't have a value.
Indicates which Organization the user belongs to.
func (*TermsReviewResponse) RedirectUrl ¶
func (o *TermsReviewResponse) RedirectUrl() string
RedirectUrl returns the value of the 'redirect_url' attribute, or the zero value of the type if the attribute doesn't have a value.
Optional URL to Red Hat's Terms and Conditions Application if the user has either required or available Terms needs to acknowledge.
func (*TermsReviewResponse) TermsAvailable ¶
func (o *TermsReviewResponse) TermsAvailable() bool
TermsAvailable returns the value of the 'terms_available' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether Terms are available.
func (*TermsReviewResponse) TermsRequired ¶
func (o *TermsReviewResponse) TermsRequired() bool
TermsRequired returns the value of the 'terms_required' attribute, or the zero value of the type if the attribute doesn't have a value.
Defines whether user is required to accept Terms before using OpenShift Dedicated and Amazon Red Hat OpenShift.
type TermsReviewResponseBuilder ¶
type TermsReviewResponseBuilder struct {
// contains filtered or unexported fields
}
Representation of Red Hat's Terms and Conditions for using OpenShift Dedicated and Amazon Red Hat OpenShift [Terms] review response.
func NewTermsReviewResponse ¶
func NewTermsReviewResponse() *TermsReviewResponseBuilder
NewTermsReviewResponse creates a new builder of 'terms_review_response' objects.
func (*TermsReviewResponseBuilder) AccountId ¶
func (b *TermsReviewResponseBuilder) AccountId(value string) *TermsReviewResponseBuilder
AccountId sets the value of the 'account_id' attribute to the given value.
func (*TermsReviewResponseBuilder) Build ¶
func (b *TermsReviewResponseBuilder) Build() (object *TermsReviewResponse, err error)
Build creates a 'terms_review_response' object using the configuration stored in the builder.
func (*TermsReviewResponseBuilder) Copy ¶
func (b *TermsReviewResponseBuilder) Copy(object *TermsReviewResponse) *TermsReviewResponseBuilder
Copy copies the attributes of the given object into this builder, discarding any previous values.
func (*TermsReviewResponseBuilder) Empty ¶
func (b *TermsReviewResponseBuilder) Empty() bool
Empty returns true if the builder is empty, i.e. no attribute has a value.
func (*TermsReviewResponseBuilder) OrganizationID ¶
func (b *TermsReviewResponseBuilder) OrganizationID(value string) *TermsReviewResponseBuilder
OrganizationID sets the value of the 'organization_ID' attribute to the given value.
func (*TermsReviewResponseBuilder) RedirectUrl ¶
func (b *TermsReviewResponseBuilder) RedirectUrl(value string) *TermsReviewResponseBuilder
RedirectUrl sets the value of the 'redirect_url' attribute to the given value.
func (*TermsReviewResponseBuilder) TermsAvailable ¶
func (b *TermsReviewResponseBuilder) TermsAvailable(value bool) *TermsReviewResponseBuilder
TermsAvailable sets the value of the 'terms_available' attribute to the given value.
func (*TermsReviewResponseBuilder) TermsRequired ¶
func (b *TermsReviewResponseBuilder) TermsRequired(value bool) *TermsReviewResponseBuilder
TermsRequired sets the value of the 'terms_required' attribute to the given value.
type TermsReviewResponseList ¶
type TermsReviewResponseList struct {
// contains filtered or unexported fields
}
TermsReviewResponseList is a list of values of the 'terms_review_response' type.
func (*TermsReviewResponseList) Each ¶
func (l *TermsReviewResponseList) Each(f func(item *TermsReviewResponse) bool)
Each runs the given function for each item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*TermsReviewResponseList) Empty ¶
func (l *TermsReviewResponseList) Empty() bool
Empty returns true if the list is empty.
func (*TermsReviewResponseList) Get ¶
func (l *TermsReviewResponseList) Get(i int) *TermsReviewResponse
Get returns the item of the list with the given index. If there is no item with that index it returns nil.
func (*TermsReviewResponseList) Items ¶
func (l *TermsReviewResponseList) Items() []*TermsReviewResponse
Items returns the items of the list.
func (*TermsReviewResponseList) Len ¶
func (l *TermsReviewResponseList) Len() int
Len returns the length of the list.
func (*TermsReviewResponseList) Range ¶
func (l *TermsReviewResponseList) Range(f func(index int, item *TermsReviewResponse) bool)
Range runs the given function for each index and item of the list, in order. If the function returns false the iteration stops, otherwise it continues till all the elements of the list have been processed.
func (*TermsReviewResponseList) SetHREF ¶
func (l *TermsReviewResponseList) SetHREF(href string)
Items sets the items of the list.
func (*TermsReviewResponseList) SetItems ¶
func (l *TermsReviewResponseList) SetItems(items []*TermsReviewResponse)
Items sets the items of the list.
func (*TermsReviewResponseList) SetLink ¶
func (l *TermsReviewResponseList) SetLink(link bool)
Items sets the items of the list.
func (*TermsReviewResponseList) Slice ¶
func (l *TermsReviewResponseList) Slice() []*TermsReviewResponse
Slice returns an slice containing the items of the list. The returned slice is a copy of the one used internally, so it can be modified without affecting the internal representation.
If you don't need to modify the returned slice consider using the Each or Range functions, as they don't need to allocate a new slice.
type TermsReviewResponseListBuilder ¶
type TermsReviewResponseListBuilder struct {
// contains filtered or unexported fields
}
TermsReviewResponseListBuilder contains the data and logic needed to build 'terms_review_response' objects.
func NewTermsReviewResponseList ¶
func NewTermsReviewResponseList() *TermsReviewResponseListBuilder
NewTermsReviewResponseList creates a new builder of 'terms_review_response' objects.
func (*TermsReviewResponseListBuilder) Build ¶
func (b *TermsReviewResponseListBuilder) Build() (list *TermsReviewResponseList, err error)
Build creates a list of 'terms_review_response' objects using the configuration stored in the builder.
func (*TermsReviewResponseListBuilder) Copy ¶
func (b *TermsReviewResponseListBuilder) Copy(list *TermsReviewResponseList) *TermsReviewResponseListBuilder
Copy copies the items of the given list into this builder, discarding any previous items.
func (*TermsReviewResponseListBuilder) Empty ¶
func (b *TermsReviewResponseListBuilder) Empty() bool
Empty returns true if the list is empty.
func (*TermsReviewResponseListBuilder) Items ¶
func (b *TermsReviewResponseListBuilder) Items(values ...*TermsReviewResponseBuilder) *TermsReviewResponseListBuilder
Items sets the items of the list.
Source Files
¶
- access_review_request_builder.go
- access_review_request_list_builder.go
- access_review_request_list_type_json.go
- access_review_request_type.go
- access_review_request_type_json.go
- access_review_response_builder.go
- access_review_response_list_builder.go
- access_review_response_list_type_json.go
- access_review_response_type.go
- access_review_response_type_json.go
- boolean_list_type_json.go
- capability_review_request_builder.go
- capability_review_request_list_builder.go
- capability_review_request_list_type_json.go
- capability_review_request_type.go
- capability_review_request_type_json.go
- capability_review_response_builder.go
- capability_review_response_list_builder.go
- capability_review_response_list_type_json.go
- capability_review_response_type.go
- capability_review_response_type_json.go
- date_list_type_json.go
- export_control_review_request_builder.go
- export_control_review_request_list_builder.go
- export_control_review_request_list_type_json.go
- export_control_review_request_type.go
- export_control_review_request_type_json.go
- export_control_review_response_builder.go
- export_control_review_response_list_builder.go
- export_control_review_response_list_type_json.go
- export_control_review_response_type.go
- export_control_review_response_type_json.go
- feature_review_request_builder.go
- feature_review_request_list_builder.go
- feature_review_request_list_type_json.go
- feature_review_request_type.go
- feature_review_request_type_json.go
- feature_review_response_builder.go
- feature_review_response_list_builder.go
- feature_review_response_list_type_json.go
- feature_review_response_type.go
- feature_review_response_type_json.go
- float_list_type_json.go
- integer_list_type_json.go
- interface_list_type_json.go
- long_list_type_json.go
- metadata_reader.go
- metadata_type.go
- resource_review_builder.go
- resource_review_list_builder.go
- resource_review_list_type_json.go
- resource_review_request_builder.go
- resource_review_request_list_builder.go
- resource_review_request_list_type_json.go
- resource_review_request_type.go
- resource_review_request_type_json.go
- resource_review_type.go
- resource_review_type_json.go
- self_access_review_request_builder.go
- self_access_review_request_list_builder.go
- self_access_review_request_list_type_json.go
- self_access_review_request_type.go
- self_access_review_request_type_json.go
- self_access_review_response_builder.go
- self_access_review_response_list_builder.go
- self_access_review_response_list_type_json.go
- self_access_review_response_type.go
- self_access_review_response_type_json.go
- self_capability_review_request_builder.go
- self_capability_review_request_list_builder.go
- self_capability_review_request_list_type_json.go
- self_capability_review_request_type.go
- self_capability_review_request_type_json.go
- self_capability_review_response_builder.go
- self_capability_review_response_list_builder.go
- self_capability_review_response_list_type_json.go
- self_capability_review_response_type.go
- self_capability_review_response_type_json.go
- self_feature_review_request_builder.go
- self_feature_review_request_list_builder.go
- self_feature_review_request_list_type_json.go
- self_feature_review_request_type.go
- self_feature_review_request_type_json.go
- self_feature_review_response_builder.go
- self_feature_review_response_list_builder.go
- self_feature_review_response_list_type_json.go
- self_feature_review_response_type.go
- self_feature_review_response_type_json.go
- self_terms_review_request_builder.go
- self_terms_review_request_list_builder.go
- self_terms_review_request_list_type_json.go
- self_terms_review_request_type.go
- self_terms_review_request_type_json.go
- string_list_type_json.go
- subscription_status_list_type_json.go
- subscription_status_type.go
- terms_review_request_builder.go
- terms_review_request_list_builder.go
- terms_review_request_list_type_json.go
- terms_review_request_type.go
- terms_review_request_type_json.go
- terms_review_response_builder.go
- terms_review_response_list_builder.go
- terms_review_response_list_type_json.go
- terms_review_response_type.go
- terms_review_response_type_json.go