Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.58 KB

File metadata and controls

135 lines (72 loc) · 3.58 KB

LinkedinAdListing

Properties

Name Type Description Notes
Id string
Advertiser string
ContentPreview string
AdUrl string
ImageUrl string

Methods

NewLinkedinAdListing

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

NewLinkedinAdListingWithDefaults

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

GetId

func (o *LinkedinAdListing) GetId() string

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

GetIdOk

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.

SetId

func (o *LinkedinAdListing) SetId(v string)

SetId sets Id field to given value.

GetAdvertiser

func (o *LinkedinAdListing) GetAdvertiser() string

GetAdvertiser returns the Advertiser field if non-nil, zero value otherwise.

GetAdvertiserOk

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.

SetAdvertiser

func (o *LinkedinAdListing) SetAdvertiser(v string)

SetAdvertiser sets Advertiser field to given value.

GetContentPreview

func (o *LinkedinAdListing) GetContentPreview() string

GetContentPreview returns the ContentPreview field if non-nil, zero value otherwise.

GetContentPreviewOk

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.

SetContentPreview

func (o *LinkedinAdListing) SetContentPreview(v string)

SetContentPreview sets ContentPreview field to given value.

GetAdUrl

func (o *LinkedinAdListing) GetAdUrl() string

GetAdUrl returns the AdUrl field if non-nil, zero value otherwise.

GetAdUrlOk

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.

SetAdUrl

func (o *LinkedinAdListing) SetAdUrl(v string)

SetAdUrl sets AdUrl field to given value.

GetImageUrl

func (o *LinkedinAdListing) GetImageUrl() string

GetImageUrl returns the ImageUrl field if non-nil, zero value otherwise.

GetImageUrlOk

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.

SetImageUrl

func (o *LinkedinAdListing) SetImageUrl(v string)

SetImageUrl sets ImageUrl field to given value.

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