Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.7 KB

File metadata and controls

160 lines (87 loc) · 4.7 KB

ApiV1AdspacesGet200ResponseDataInner

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Name Pointer to string [optional]
Site Pointer to ApiV1AdspacesGet200ResponseDataInnerSite [optional]
AdType Pointer to int32 [optional]
IsActive Pointer to bool [optional]

Methods

NewApiV1AdspacesGet200ResponseDataInner

func NewApiV1AdspacesGet200ResponseDataInner() *ApiV1AdspacesGet200ResponseDataInner

NewApiV1AdspacesGet200ResponseDataInner instantiates a new ApiV1AdspacesGet200ResponseDataInner 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

NewApiV1AdspacesGet200ResponseDataInnerWithDefaults

func NewApiV1AdspacesGet200ResponseDataInnerWithDefaults() *ApiV1AdspacesGet200ResponseDataInner

NewApiV1AdspacesGet200ResponseDataInnerWithDefaults instantiates a new ApiV1AdspacesGet200ResponseDataInner 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 *ApiV1AdspacesGet200ResponseDataInner) GetId() int32

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

GetIdOk

func (o *ApiV1AdspacesGet200ResponseDataInner) GetIdOk() (*int32, 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 *ApiV1AdspacesGet200ResponseDataInner) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ApiV1AdspacesGet200ResponseDataInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *ApiV1AdspacesGet200ResponseDataInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ApiV1AdspacesGet200ResponseDataInner) 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.

SetName

func (o *ApiV1AdspacesGet200ResponseDataInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApiV1AdspacesGet200ResponseDataInner) HasName() bool

HasName returns a boolean if a field has been set.

GetSite

func (o *ApiV1AdspacesGet200ResponseDataInner) GetSite() ApiV1AdspacesGet200ResponseDataInnerSite

GetSite returns the Site field if non-nil, zero value otherwise.

GetSiteOk

func (o *ApiV1AdspacesGet200ResponseDataInner) GetSiteOk() (*ApiV1AdspacesGet200ResponseDataInnerSite, bool)

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

SetSite

func (o *ApiV1AdspacesGet200ResponseDataInner) SetSite(v ApiV1AdspacesGet200ResponseDataInnerSite)

SetSite sets Site field to given value.

HasSite

func (o *ApiV1AdspacesGet200ResponseDataInner) HasSite() bool

HasSite returns a boolean if a field has been set.

GetAdType

func (o *ApiV1AdspacesGet200ResponseDataInner) GetAdType() int32

GetAdType returns the AdType field if non-nil, zero value otherwise.

GetAdTypeOk

func (o *ApiV1AdspacesGet200ResponseDataInner) GetAdTypeOk() (*int32, bool)

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

SetAdType

func (o *ApiV1AdspacesGet200ResponseDataInner) SetAdType(v int32)

SetAdType sets AdType field to given value.

HasAdType

func (o *ApiV1AdspacesGet200ResponseDataInner) HasAdType() bool

HasAdType returns a boolean if a field has been set.

GetIsActive

func (o *ApiV1AdspacesGet200ResponseDataInner) GetIsActive() bool

GetIsActive returns the IsActive field if non-nil, zero value otherwise.

GetIsActiveOk

func (o *ApiV1AdspacesGet200ResponseDataInner) GetIsActiveOk() (*bool, bool)

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

SetIsActive

func (o *ApiV1AdspacesGet200ResponseDataInner) SetIsActive(v bool)

SetIsActive sets IsActive field to given value.

HasIsActive

func (o *ApiV1AdspacesGet200ResponseDataInner) HasIsActive() bool

HasIsActive returns a boolean if a field has been set.

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