Name | Type | Description | Notes |
---|---|---|---|
Region | Pointer to string | [optional] | |
Datacenter | Pointer to string | [optional] | |
Host | Pointer to string | [optional] |
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
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
func (o *OriginInspectorHistoricalMetaFilters) GetRegion() string
GetRegion returns the Region field if non-nil, zero value otherwise.
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.
func (o *OriginInspectorHistoricalMetaFilters) SetRegion(v string)
SetRegion sets Region field to given value.
func (o *OriginInspectorHistoricalMetaFilters) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMetaFilters) GetDatacenter() string
GetDatacenter returns the Datacenter field if non-nil, zero value otherwise.
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.
func (o *OriginInspectorHistoricalMetaFilters) SetDatacenter(v string)
SetDatacenter sets Datacenter field to given value.
func (o *OriginInspectorHistoricalMetaFilters) HasDatacenter() bool
HasDatacenter returns a boolean if a field has been set.
func (o *OriginInspectorHistoricalMetaFilters) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
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.
func (o *OriginInspectorHistoricalMetaFilters) SetHost(v string)
SetHost sets Host field to given value.
func (o *OriginInspectorHistoricalMetaFilters) HasHost() bool
HasHost returns a boolean if a field has been set.