Name | Type | Description | Notes |
---|---|---|---|
Type | string | The reviewer's DTO type. | |
Id | string | The reviewer's ID. | |
Name | string | The reviewer's display name. | |
Pointer to NullableString | The reviewing identity's email. Only applicable to `IDENTITY`. | [optional] |
func NewReviewer(type_ string, id string, name string, ) *Reviewer
NewReviewer instantiates a new Reviewer 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 NewReviewerWithDefaults() *Reviewer
NewReviewerWithDefaults instantiates a new Reviewer 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 *Reviewer) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Reviewer) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Reviewer) SetType(v string)
SetType sets Type field to given value.
func (o *Reviewer) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Reviewer) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Reviewer) SetId(v string)
SetId sets Id field to given value.
func (o *Reviewer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Reviewer) 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 *Reviewer) SetName(v string)
SetName sets Name field to given value.
func (o *Reviewer) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *Reviewer) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Reviewer) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *Reviewer) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (o *Reviewer) SetEmailNil(b bool)
SetEmailNil sets the value for Email to be an explicit nil
func (o *Reviewer) UnsetEmail()
UnsetEmail ensures that no value is present for Email, not even an explicit nil