Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 3.95 KB

File metadata and controls

144 lines (79 loc) · 3.95 KB

LinkedinHonor

Properties

Name Type Description Notes
Title string
IssuedBy NullableString
IssuedAt NullableString
AssociatedWith NullableString

Methods

NewLinkedinHonor

func NewLinkedinHonor(title string, issuedBy NullableString, issuedAt NullableString, associatedWith NullableString, ) *LinkedinHonor

NewLinkedinHonor instantiates a new LinkedinHonor 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

NewLinkedinHonorWithDefaults

func NewLinkedinHonorWithDefaults() *LinkedinHonor

NewLinkedinHonorWithDefaults instantiates a new LinkedinHonor 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

GetTitle

func (o *LinkedinHonor) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *LinkedinHonor) GetTitleOk() (*string, bool)

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

SetTitle

func (o *LinkedinHonor) SetTitle(v string)

SetTitle sets Title field to given value.

GetIssuedBy

func (o *LinkedinHonor) GetIssuedBy() string

GetIssuedBy returns the IssuedBy field if non-nil, zero value otherwise.

GetIssuedByOk

func (o *LinkedinHonor) GetIssuedByOk() (*string, bool)

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

SetIssuedBy

func (o *LinkedinHonor) SetIssuedBy(v string)

SetIssuedBy sets IssuedBy field to given value.

SetIssuedByNil

func (o *LinkedinHonor) SetIssuedByNil(b bool)

SetIssuedByNil sets the value for IssuedBy to be an explicit nil

UnsetIssuedBy

func (o *LinkedinHonor) UnsetIssuedBy()

UnsetIssuedBy ensures that no value is present for IssuedBy, not even an explicit nil

GetIssuedAt

func (o *LinkedinHonor) GetIssuedAt() string

GetIssuedAt returns the IssuedAt field if non-nil, zero value otherwise.

GetIssuedAtOk

func (o *LinkedinHonor) GetIssuedAtOk() (*string, bool)

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

SetIssuedAt

func (o *LinkedinHonor) SetIssuedAt(v string)

SetIssuedAt sets IssuedAt field to given value.

SetIssuedAtNil

func (o *LinkedinHonor) SetIssuedAtNil(b bool)

SetIssuedAtNil sets the value for IssuedAt to be an explicit nil

UnsetIssuedAt

func (o *LinkedinHonor) UnsetIssuedAt()

UnsetIssuedAt ensures that no value is present for IssuedAt, not even an explicit nil

GetAssociatedWith

func (o *LinkedinHonor) GetAssociatedWith() string

GetAssociatedWith returns the AssociatedWith field if non-nil, zero value otherwise.

GetAssociatedWithOk

func (o *LinkedinHonor) GetAssociatedWithOk() (*string, bool)

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

SetAssociatedWith

func (o *LinkedinHonor) SetAssociatedWith(v string)

SetAssociatedWith sets AssociatedWith field to given value.

SetAssociatedWithNil

func (o *LinkedinHonor) SetAssociatedWithNil(b bool)

SetAssociatedWithNil sets the value for AssociatedWith to be an explicit nil

UnsetAssociatedWith

func (o *LinkedinHonor) UnsetAssociatedWith()

UnsetAssociatedWith ensures that no value is present for AssociatedWith, not even an explicit nil

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