Name | Type | Description | Notes |
---|---|---|---|
Member | Pointer to MemberSummary | [optional] | |
Token | Pointer to TokenSummary | [optional] |
func NewCompletedBy() *CompletedBy
NewCompletedBy instantiates a new CompletedBy 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 NewCompletedByWithDefaults() *CompletedBy
NewCompletedByWithDefaults instantiates a new CompletedBy 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 *CompletedBy) GetMember() MemberSummary
GetMember returns the Member field if non-nil, zero value otherwise.
func (o *CompletedBy) GetMemberOk() (*MemberSummary, bool)
GetMemberOk returns a tuple with the Member field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompletedBy) SetMember(v MemberSummary)
SetMember sets Member field to given value.
func (o *CompletedBy) HasMember() bool
HasMember returns a boolean if a field has been set.
func (o *CompletedBy) GetToken() TokenSummary
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *CompletedBy) GetTokenOk() (*TokenSummary, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompletedBy) SetToken(v TokenSummary)
SetToken sets Token field to given value.
func (o *CompletedBy) HasToken() bool
HasToken returns a boolean if a field has been set.