Name | Type | Description | Notes |
---|---|---|---|
Labels | Pointer to []ApiLabelDTO | [optional] | |
OwnerId | Pointer to string | [optional] | |
OwnerName | Pointer to string | [optional] | |
OwnerType | Pointer to string | [optional] |
func NewLabelsByOwner() *LabelsByOwner
NewLabelsByOwner instantiates a new LabelsByOwner 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 NewLabelsByOwnerWithDefaults() *LabelsByOwner
NewLabelsByOwnerWithDefaults instantiates a new LabelsByOwner 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 *LabelsByOwner) GetLabels() []ApiLabelDTO
GetLabels returns the Labels field if non-nil, zero value otherwise.
func (o *LabelsByOwner) GetLabelsOk() (*[]ApiLabelDTO, bool)
GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabelsByOwner) SetLabels(v []ApiLabelDTO)
SetLabels sets Labels field to given value.
func (o *LabelsByOwner) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (o *LabelsByOwner) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *LabelsByOwner) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabelsByOwner) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *LabelsByOwner) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *LabelsByOwner) GetOwnerName() string
GetOwnerName returns the OwnerName field if non-nil, zero value otherwise.
func (o *LabelsByOwner) GetOwnerNameOk() (*string, bool)
GetOwnerNameOk returns a tuple with the OwnerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabelsByOwner) SetOwnerName(v string)
SetOwnerName sets OwnerName field to given value.
func (o *LabelsByOwner) HasOwnerName() bool
HasOwnerName returns a boolean if a field has been set.
func (o *LabelsByOwner) GetOwnerType() string
GetOwnerType returns the OwnerType field if non-nil, zero value otherwise.
func (o *LabelsByOwner) GetOwnerTypeOk() (*string, bool)
GetOwnerTypeOk returns a tuple with the OwnerType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LabelsByOwner) SetOwnerType(v string)
SetOwnerType sets OwnerType field to given value.
func (o *LabelsByOwner) HasOwnerType() bool
HasOwnerType returns a boolean if a field has been set.