| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Urn | NullableString | ||
| Username | NullableString | ||
| DisplayName | string | ||
| Headline | string | ||
| Url | string | ||
| AvatarUrl | string | ||
| AccountType | string | ||
| FollowerCount | NullableInt32 |
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
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
func (o *LinkedinPostAuthor) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetId(v string)
SetId sets Id field to given value.
func (o *LinkedinPostAuthor) GetUrn() string
GetUrn returns the Urn field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetUrn(v string)
SetUrn sets Urn field to given value.
func (o *LinkedinPostAuthor) SetUrnNil(b bool)
SetUrnNil sets the value for Urn to be an explicit nil
func (o *LinkedinPostAuthor) UnsetUrn()
UnsetUrn ensures that no value is present for Urn, not even an explicit nil
func (o *LinkedinPostAuthor) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *LinkedinPostAuthor) SetUsernameNil(b bool)
SetUsernameNil sets the value for Username to be an explicit nil
func (o *LinkedinPostAuthor) UnsetUsername()
UnsetUsername ensures that no value is present for Username, not even an explicit nil
func (o *LinkedinPostAuthor) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *LinkedinPostAuthor) GetHeadline() string
GetHeadline returns the Headline field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetHeadline(v string)
SetHeadline sets Headline field to given value.
func (o *LinkedinPostAuthor) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LinkedinPostAuthor) GetAvatarUrl() string
GetAvatarUrl returns the AvatarUrl field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetAvatarUrl(v string)
SetAvatarUrl sets AvatarUrl field to given value.
func (o *LinkedinPostAuthor) GetAccountType() string
GetAccountType returns the AccountType field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetAccountType(v string)
SetAccountType sets AccountType field to given value.
func (o *LinkedinPostAuthor) GetFollowerCount() int32
GetFollowerCount returns the FollowerCount field if non-nil, zero value otherwise.
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.
func (o *LinkedinPostAuthor) SetFollowerCount(v int32)
SetFollowerCount sets FollowerCount field to given value.
func (o *LinkedinPostAuthor) SetFollowerCountNil(b bool)
SetFollowerCountNil sets the value for FollowerCount to be an explicit nil
func (o *LinkedinPostAuthor) UnsetFollowerCount()
UnsetFollowerCount ensures that no value is present for FollowerCount, not even an explicit nil