Skip to content

Latest commit

 

History

History
249 lines (134 loc) · 6.58 KB

File metadata and controls

249 lines (134 loc) · 6.58 KB

LinkedinPostAuthor

Properties

Name Type Description Notes
Id string
Urn NullableString
Username NullableString
DisplayName string
Headline string
Url string
AvatarUrl string
AccountType string
FollowerCount NullableInt32

Methods

NewLinkedinPostAuthor

func NewLinkedinPostAuthor(id string, urn NullableString, username NullableString, displayName string, headline string, url string, avatarUrl string, accountType string, followerCount NullableInt32, ) *LinkedinPostAuthor

NewLinkedinPostAuthor instantiates a new LinkedinPostAuthor 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

NewLinkedinPostAuthorWithDefaults

func NewLinkedinPostAuthorWithDefaults() *LinkedinPostAuthor

NewLinkedinPostAuthorWithDefaults instantiates a new LinkedinPostAuthor 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

GetId

func (o *LinkedinPostAuthor) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *LinkedinPostAuthor) GetIdOk() (*string, bool)

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

SetId

func (o *LinkedinPostAuthor) SetId(v string)

SetId sets Id field to given value.

GetUrn

func (o *LinkedinPostAuthor) GetUrn() string

GetUrn returns the Urn field if non-nil, zero value otherwise.

GetUrnOk

func (o *LinkedinPostAuthor) GetUrnOk() (*string, bool)

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

SetUrn

func (o *LinkedinPostAuthor) SetUrn(v string)

SetUrn sets Urn field to given value.

SetUrnNil

func (o *LinkedinPostAuthor) SetUrnNil(b bool)

SetUrnNil sets the value for Urn to be an explicit nil

UnsetUrn

func (o *LinkedinPostAuthor) UnsetUrn()

UnsetUrn ensures that no value is present for Urn, not even an explicit nil

GetUsername

func (o *LinkedinPostAuthor) GetUsername() string

GetUsername returns the Username field if non-nil, zero value otherwise.

GetUsernameOk

func (o *LinkedinPostAuthor) GetUsernameOk() (*string, bool)

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

SetUsername

func (o *LinkedinPostAuthor) SetUsername(v string)

SetUsername sets Username field to given value.

SetUsernameNil

func (o *LinkedinPostAuthor) SetUsernameNil(b bool)

SetUsernameNil sets the value for Username to be an explicit nil

UnsetUsername

func (o *LinkedinPostAuthor) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

GetDisplayName

func (o *LinkedinPostAuthor) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *LinkedinPostAuthor) GetDisplayNameOk() (*string, bool)

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

SetDisplayName

func (o *LinkedinPostAuthor) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetHeadline

func (o *LinkedinPostAuthor) GetHeadline() string

GetHeadline returns the Headline field if non-nil, zero value otherwise.

GetHeadlineOk

func (o *LinkedinPostAuthor) GetHeadlineOk() (*string, bool)

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

SetHeadline

func (o *LinkedinPostAuthor) SetHeadline(v string)

SetHeadline sets Headline field to given value.

GetUrl

func (o *LinkedinPostAuthor) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

func (o *LinkedinPostAuthor) GetUrlOk() (*string, bool)

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

SetUrl

func (o *LinkedinPostAuthor) SetUrl(v string)

SetUrl sets Url field to given value.

GetAvatarUrl

func (o *LinkedinPostAuthor) GetAvatarUrl() string

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

GetAvatarUrlOk

func (o *LinkedinPostAuthor) 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 *LinkedinPostAuthor) SetAvatarUrl(v string)

SetAvatarUrl sets AvatarUrl field to given value.

GetAccountType

func (o *LinkedinPostAuthor) GetAccountType() string

GetAccountType returns the AccountType field if non-nil, zero value otherwise.

GetAccountTypeOk

func (o *LinkedinPostAuthor) GetAccountTypeOk() (*string, bool)

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

SetAccountType

func (o *LinkedinPostAuthor) SetAccountType(v string)

SetAccountType sets AccountType field to given value.

GetFollowerCount

func (o *LinkedinPostAuthor) GetFollowerCount() int32

GetFollowerCount returns the FollowerCount field if non-nil, zero value otherwise.

GetFollowerCountOk

func (o *LinkedinPostAuthor) GetFollowerCountOk() (*int32, bool)

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

SetFollowerCount

func (o *LinkedinPostAuthor) SetFollowerCount(v int32)

SetFollowerCount sets FollowerCount field to given value.

SetFollowerCountNil

func (o *LinkedinPostAuthor) SetFollowerCountNil(b bool)

SetFollowerCountNil sets the value for FollowerCount to be an explicit nil

UnsetFollowerCount

func (o *LinkedinPostAuthor) UnsetFollowerCount()

UnsetFollowerCount ensures that no value is present for FollowerCount, not even an explicit nil

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