Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.17 KB

CompletedBy.md

File metadata and controls

82 lines (45 loc) · 2.17 KB

CompletedBy

Properties

Name Type Description Notes
Member Pointer to MemberSummary [optional]
Token Pointer to TokenSummary [optional]

Methods

NewCompletedBy

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

NewCompletedByWithDefaults

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

GetMember

func (o *CompletedBy) GetMember() MemberSummary

GetMember returns the Member field if non-nil, zero value otherwise.

GetMemberOk

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.

SetMember

func (o *CompletedBy) SetMember(v MemberSummary)

SetMember sets Member field to given value.

HasMember

func (o *CompletedBy) HasMember() bool

HasMember returns a boolean if a field has been set.

GetToken

func (o *CompletedBy) GetToken() TokenSummary

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *CompletedBy) SetToken(v TokenSummary)

SetToken sets Token field to given value.

HasToken

func (o *CompletedBy) HasToken() bool

HasToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]