Name | Type | Description | Notes |
---|---|---|---|
OwnerId | string | The ID of the owner. | |
Name | Pointer to string | The name of the owner. | [optional] |
Description | Pointer to string | A description of the owner. | [optional] |
AccessRequestEscalationPeriod | Pointer to int32 | The amount of time (in minutes) before the next reviewer is notified. Use 0 to remove escalation policy. | [optional] |
ReviewerMessageChannelId | Pointer to NullableString | [optional] | |
SourceGroupId | Pointer to NullableString | [optional] |
func NewOwner(ownerId string, ) *Owner
NewOwner instantiates a new Owner 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 NewOwnerWithDefaults() *Owner
NewOwnerWithDefaults instantiates a new Owner 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 *Owner) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *Owner) 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 *Owner) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *Owner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Owner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Owner) SetName(v string)
SetName sets Name field to given value.
func (o *Owner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Owner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Owner) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Owner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Owner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Owner) GetAccessRequestEscalationPeriod() int32
GetAccessRequestEscalationPeriod returns the AccessRequestEscalationPeriod field if non-nil, zero value otherwise.
func (o *Owner) GetAccessRequestEscalationPeriodOk() (*int32, bool)
GetAccessRequestEscalationPeriodOk returns a tuple with the AccessRequestEscalationPeriod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Owner) SetAccessRequestEscalationPeriod(v int32)
SetAccessRequestEscalationPeriod sets AccessRequestEscalationPeriod field to given value.
func (o *Owner) HasAccessRequestEscalationPeriod() bool
HasAccessRequestEscalationPeriod returns a boolean if a field has been set.
func (o *Owner) GetReviewerMessageChannelId() string
GetReviewerMessageChannelId returns the ReviewerMessageChannelId field if non-nil, zero value otherwise.
func (o *Owner) GetReviewerMessageChannelIdOk() (*string, bool)
GetReviewerMessageChannelIdOk returns a tuple with the ReviewerMessageChannelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Owner) SetReviewerMessageChannelId(v string)
SetReviewerMessageChannelId sets ReviewerMessageChannelId field to given value.
func (o *Owner) HasReviewerMessageChannelId() bool
HasReviewerMessageChannelId returns a boolean if a field has been set.
func (o *Owner) SetReviewerMessageChannelIdNil(b bool)
SetReviewerMessageChannelIdNil sets the value for ReviewerMessageChannelId to be an explicit nil
func (o *Owner) UnsetReviewerMessageChannelId()
UnsetReviewerMessageChannelId ensures that no value is present for ReviewerMessageChannelId, not even an explicit nil
func (o *Owner) GetSourceGroupId() string
GetSourceGroupId returns the SourceGroupId field if non-nil, zero value otherwise.
func (o *Owner) GetSourceGroupIdOk() (*string, bool)
GetSourceGroupIdOk returns a tuple with the SourceGroupId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Owner) SetSourceGroupId(v string)
SetSourceGroupId sets SourceGroupId field to given value.
func (o *Owner) HasSourceGroupId() bool
HasSourceGroupId returns a boolean if a field has been set.
func (o *Owner) SetSourceGroupIdNil(b bool)
SetSourceGroupIdNil sets the value for SourceGroupId to be an explicit nil
func (o *Owner) UnsetSourceGroupId()
UnsetSourceGroupId ensures that no value is present for SourceGroupId, not even an explicit nil