| 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] |
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
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
func (o *ApiV1AdspacesGet200ResponseDataInner) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ApiV1AdspacesGet200ResponseDataInner) SetId(v int32)
SetId sets Id field to given value.
func (o *ApiV1AdspacesGet200ResponseDataInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiV1AdspacesGet200ResponseDataInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ApiV1AdspacesGet200ResponseDataInner) SetName(v string)
SetName sets Name field to given value.
func (o *ApiV1AdspacesGet200ResponseDataInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiV1AdspacesGet200ResponseDataInner) GetSite() ApiV1AdspacesGet200ResponseDataInnerSite
GetSite returns the Site field if non-nil, zero value otherwise.
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.
func (o *ApiV1AdspacesGet200ResponseDataInner) SetSite(v ApiV1AdspacesGet200ResponseDataInnerSite)
SetSite sets Site field to given value.
func (o *ApiV1AdspacesGet200ResponseDataInner) HasSite() bool
HasSite returns a boolean if a field has been set.
func (o *ApiV1AdspacesGet200ResponseDataInner) GetAdType() int32
GetAdType returns the AdType field if non-nil, zero value otherwise.
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.
func (o *ApiV1AdspacesGet200ResponseDataInner) SetAdType(v int32)
SetAdType sets AdType field to given value.
func (o *ApiV1AdspacesGet200ResponseDataInner) HasAdType() bool
HasAdType returns a boolean if a field has been set.
func (o *ApiV1AdspacesGet200ResponseDataInner) GetIsActive() bool
GetIsActive returns the IsActive field if non-nil, zero value otherwise.
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.
func (o *ApiV1AdspacesGet200ResponseDataInner) SetIsActive(v bool)
SetIsActive sets IsActive field to given value.
func (o *ApiV1AdspacesGet200ResponseDataInner) HasIsActive() bool
HasIsActive returns a boolean if a field has been set.