| Name | Type | Description | Notes |
|---|---|---|---|
| Id | NullableString | ||
| Name | string | ||
| Url | string | ||
| LogoUrl | string |
func NewLinkedinCompanyRef(id NullableString, name string, url string, logoUrl string, ) *LinkedinCompanyRef
NewLinkedinCompanyRef instantiates a new LinkedinCompanyRef 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 NewLinkedinCompanyRefWithDefaults() *LinkedinCompanyRef
NewLinkedinCompanyRefWithDefaults instantiates a new LinkedinCompanyRef 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 *LinkedinCompanyRef) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LinkedinCompanyRef) 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 *LinkedinCompanyRef) SetId(v string)
SetId sets Id field to given value.
func (o *LinkedinCompanyRef) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *LinkedinCompanyRef) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *LinkedinCompanyRef) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LinkedinCompanyRef) 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.
func (o *LinkedinCompanyRef) SetName(v string)
SetName sets Name field to given value.
func (o *LinkedinCompanyRef) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LinkedinCompanyRef) 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 *LinkedinCompanyRef) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LinkedinCompanyRef) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.
func (o *LinkedinCompanyRef) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinCompanyRef) SetLogoUrl(v string)
SetLogoUrl sets LogoUrl field to given value.