| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Advertiser | string | ||
| ContentPreview | string | ||
| AdUrl | string | ||
| ImageUrl | string |
func NewLinkedinAdListing(id string, advertiser string, contentPreview string, adUrl string, imageUrl string, ) *LinkedinAdListing
NewLinkedinAdListing instantiates a new LinkedinAdListing 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 NewLinkedinAdListingWithDefaults() *LinkedinAdListing
NewLinkedinAdListingWithDefaults instantiates a new LinkedinAdListing 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 *LinkedinAdListing) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LinkedinAdListing) 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 *LinkedinAdListing) SetId(v string)
SetId sets Id field to given value.
func (o *LinkedinAdListing) GetAdvertiser() string
GetAdvertiser returns the Advertiser field if non-nil, zero value otherwise.
func (o *LinkedinAdListing) GetAdvertiserOk() (*string, bool)
GetAdvertiserOk returns a tuple with the Advertiser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinAdListing) SetAdvertiser(v string)
SetAdvertiser sets Advertiser field to given value.
func (o *LinkedinAdListing) GetContentPreview() string
GetContentPreview returns the ContentPreview field if non-nil, zero value otherwise.
func (o *LinkedinAdListing) GetContentPreviewOk() (*string, bool)
GetContentPreviewOk returns a tuple with the ContentPreview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinAdListing) SetContentPreview(v string)
SetContentPreview sets ContentPreview field to given value.
func (o *LinkedinAdListing) GetAdUrl() string
GetAdUrl returns the AdUrl field if non-nil, zero value otherwise.
func (o *LinkedinAdListing) GetAdUrlOk() (*string, bool)
GetAdUrlOk returns a tuple with the AdUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinAdListing) SetAdUrl(v string)
SetAdUrl sets AdUrl field to given value.
func (o *LinkedinAdListing) GetImageUrl() string
GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.
func (o *LinkedinAdListing) GetImageUrlOk() (*string, bool)
GetImageUrlOk returns a tuple with the ImageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinAdListing) SetImageUrl(v string)
SetImageUrl sets ImageUrl field to given value.