| Name | Type | Description | Notes |
|---|---|---|---|
| Title | string | ||
| IssuedBy | NullableString | ||
| IssuedAt | NullableString | ||
| AssociatedWith | NullableString |
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
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
func (o *LinkedinHonor) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *LinkedinHonor) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *LinkedinHonor) GetIssuedBy() string
GetIssuedBy returns the IssuedBy field if non-nil, zero value otherwise.
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.
func (o *LinkedinHonor) SetIssuedBy(v string)
SetIssuedBy sets IssuedBy field to given value.
func (o *LinkedinHonor) SetIssuedByNil(b bool)
SetIssuedByNil sets the value for IssuedBy to be an explicit nil
func (o *LinkedinHonor) UnsetIssuedBy()
UnsetIssuedBy ensures that no value is present for IssuedBy, not even an explicit nil
func (o *LinkedinHonor) GetIssuedAt() string
GetIssuedAt returns the IssuedAt field if non-nil, zero value otherwise.
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.
func (o *LinkedinHonor) SetIssuedAt(v string)
SetIssuedAt sets IssuedAt field to given value.
func (o *LinkedinHonor) SetIssuedAtNil(b bool)
SetIssuedAtNil sets the value for IssuedAt to be an explicit nil
func (o *LinkedinHonor) UnsetIssuedAt()
UnsetIssuedAt ensures that no value is present for IssuedAt, not even an explicit nil
func (o *LinkedinHonor) GetAssociatedWith() string
GetAssociatedWith returns the AssociatedWith field if non-nil, zero value otherwise.
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.
func (o *LinkedinHonor) SetAssociatedWith(v string)
SetAssociatedWith sets AssociatedWith field to given value.
func (o *LinkedinHonor) SetAssociatedWithNil(b bool)
SetAssociatedWithNil sets the value for AssociatedWith to be an explicit nil
func (o *LinkedinHonor) UnsetAssociatedWith()
UnsetAssociatedWith ensures that no value is present for AssociatedWith, not even an explicit nil