Name | Type | Description | Notes |
---|---|---|---|
ContentAccessMode | Pointer to string | [optional] | |
ContentAccessModeList | Pointer to []string | [optional] |
func NewContentAccessDTO() *ContentAccessDTO
NewContentAccessDTO instantiates a new ContentAccessDTO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewContentAccessDTOWithDefaults() *ContentAccessDTO
NewContentAccessDTOWithDefaults instantiates a new ContentAccessDTO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ContentAccessDTO) GetContentAccessMode() string
GetContentAccessMode returns the ContentAccessMode field if non-nil, zero value otherwise.
func (o *ContentAccessDTO) GetContentAccessModeOk() (*string, bool)
GetContentAccessModeOk returns a tuple with the ContentAccessMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentAccessDTO) SetContentAccessMode(v string)
SetContentAccessMode sets ContentAccessMode field to given value.
func (o *ContentAccessDTO) HasContentAccessMode() bool
HasContentAccessMode returns a boolean if a field has been set.
func (o *ContentAccessDTO) GetContentAccessModeList() []string
GetContentAccessModeList returns the ContentAccessModeList field if non-nil, zero value otherwise.
func (o *ContentAccessDTO) GetContentAccessModeListOk() (*[]string, bool)
GetContentAccessModeListOk returns a tuple with the ContentAccessModeList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ContentAccessDTO) SetContentAccessModeList(v []string)
SetContentAccessModeList sets ContentAccessModeList field to given value.
func (o *ContentAccessDTO) HasContentAccessModeList() bool
HasContentAccessModeList returns a boolean if a field has been set.