Versions in this module Expand all Collapse all v4 v4.1.1 Jun 27, 2025 Changes in this version + type CategoriesFilter struct + CategoryExtIds []string + ObjectType_ *string + Reserved_ map[string]interface{} + Type *CategoriesMatchType + UnknownFields_ map[string]interface{} + func NewCategoriesFilter() *CategoriesFilter + func (p *CategoriesFilter) MarshalJSON() ([]byte, error) + func (p *CategoriesFilter) UnmarshalJSON(b []byte) error + type CategoriesMatchType int + const CATEGORIESMATCHTYPE_CATEGORIES_MATCH_ALL + const CATEGORIESMATCHTYPE_CATEGORIES_MATCH_ANY + const CATEGORIESMATCHTYPE_REDACTED + const CATEGORIESMATCHTYPE_UNKNOWN + func (e *CategoriesMatchType) MarshalJSON() ([]byte, error) + func (e *CategoriesMatchType) UnmarshalJSON(b []byte) error + func (e CategoriesMatchType) GetName() string + func (e CategoriesMatchType) Ref() *CategoriesMatchType + type CommonPlacementPolicy struct + ClusterFilter *CategoriesFilter + ContentFilter *CategoriesFilter + CreateTime *time.Time + CreatedBy *string + Description *string + ExtId *string + Links []import1.ApiLink + Name *string + ObjectType_ *string + PlacementType *ContentPlacementType + Reserved_ map[string]interface{} + TenantId *string + UnknownFields_ map[string]interface{} + UpdateTime *time.Time + UpdatedBy *string + func NewCommonPlacementPolicy() *CommonPlacementPolicy + func (p *CommonPlacementPolicy) MarshalJSON() ([]byte, error) + func (p *CommonPlacementPolicy) UnmarshalJSON(b []byte) error + type ContentPlacementType int + const CONTENTPLACEMENTTYPE_REDACTED + const CONTENTPLACEMENTTYPE_SOFT + const CONTENTPLACEMENTTYPE_UNKNOWN + func (e *ContentPlacementType) MarshalJSON() ([]byte, error) + func (e *ContentPlacementType) UnmarshalJSON(b []byte) error + func (e ContentPlacementType) GetName() string + func (e ContentPlacementType) Ref() *ContentPlacementType + type FileDetail struct + ObjectType_ *string + Path *string + func NewFileDetail() *FileDetail