Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.8 KB

SubjectDataRep.md

File metadata and controls

108 lines (59 loc) · 2.8 KB

SubjectDataRep

Properties

Name Type Description Notes
Links Pointer to map[string]Link [optional]
Name Pointer to string [optional]
AvatarUrl Pointer to string [optional]

Methods

NewSubjectDataRep

func NewSubjectDataRep() *SubjectDataRep

NewSubjectDataRep instantiates a new SubjectDataRep 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

NewSubjectDataRepWithDefaults

func NewSubjectDataRepWithDefaults() *SubjectDataRep

NewSubjectDataRepWithDefaults instantiates a new SubjectDataRep 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

GetLinks

func (o *SubjectDataRep) GetLinks() map[string]Link

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *SubjectDataRep) GetLinksOk() (*map[string]Link, bool)

GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinks

func (o *SubjectDataRep) SetLinks(v map[string]Link)

SetLinks sets Links field to given value.

HasLinks

func (o *SubjectDataRep) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetName

func (o *SubjectDataRep) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SubjectDataRep) 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.

SetName

func (o *SubjectDataRep) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SubjectDataRep) HasName() bool

HasName returns a boolean if a field has been set.

GetAvatarUrl

func (o *SubjectDataRep) GetAvatarUrl() string

GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.

GetAvatarUrlOk

func (o *SubjectDataRep) GetAvatarUrlOk() (*string, bool)

GetAvatarUrlOk returns a tuple with the AvatarUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAvatarUrl

func (o *SubjectDataRep) SetAvatarUrl(v string)

SetAvatarUrl sets AvatarUrl field to given value.

HasAvatarUrl

func (o *SubjectDataRep) HasAvatarUrl() bool

HasAvatarUrl returns a boolean if a field has been set.

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