Skip to content

Latest commit

 

History

History
106 lines (59 loc) · 3.22 KB

OriginInspectorHistoricalMetaFilters.md

File metadata and controls

106 lines (59 loc) · 3.22 KB

OriginInspectorHistoricalMetaFilters

Properties

Name Type Description Notes
Region Pointer to string [optional]
Datacenter Pointer to string [optional]
Host Pointer to string [optional]

Methods

NewOriginInspectorHistoricalMetaFilters

func NewOriginInspectorHistoricalMetaFilters() *OriginInspectorHistoricalMetaFilters

NewOriginInspectorHistoricalMetaFilters instantiates a new OriginInspectorHistoricalMetaFilters 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

NewOriginInspectorHistoricalMetaFiltersWithDefaults

func NewOriginInspectorHistoricalMetaFiltersWithDefaults() *OriginInspectorHistoricalMetaFilters

NewOriginInspectorHistoricalMetaFiltersWithDefaults instantiates a new OriginInspectorHistoricalMetaFilters 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

GetRegion

func (o *OriginInspectorHistoricalMetaFilters) GetRegion() string

GetRegion returns the Region field if non-nil, zero value otherwise.

GetRegionOk

func (o *OriginInspectorHistoricalMetaFilters) GetRegionOk() (*string, bool)

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

SetRegion

func (o *OriginInspectorHistoricalMetaFilters) SetRegion(v string)

SetRegion sets Region field to given value.

HasRegion

func (o *OriginInspectorHistoricalMetaFilters) HasRegion() bool

HasRegion returns a boolean if a field has been set.

GetDatacenter

func (o *OriginInspectorHistoricalMetaFilters) GetDatacenter() string

GetDatacenter returns the Datacenter field if non-nil, zero value otherwise.

GetDatacenterOk

func (o *OriginInspectorHistoricalMetaFilters) GetDatacenterOk() (*string, bool)

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

SetDatacenter

func (o *OriginInspectorHistoricalMetaFilters) SetDatacenter(v string)

SetDatacenter sets Datacenter field to given value.

HasDatacenter

func (o *OriginInspectorHistoricalMetaFilters) HasDatacenter() bool

HasDatacenter returns a boolean if a field has been set.

GetHost

func (o *OriginInspectorHistoricalMetaFilters) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *OriginInspectorHistoricalMetaFilters) GetHostOk() (*string, bool)

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

SetHost

func (o *OriginInspectorHistoricalMetaFilters) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *OriginInspectorHistoricalMetaFilters) HasHost() bool

HasHost returns a boolean if a field has been set.

Back to API list | Back to README