Name | Type | Description | Notes |
---|---|---|---|
FirewallMetricsValue | Pointer to int32 | [optional] | |
LatestUpdatedTime | Pointer to time.Time | [optional] |
func NewApiFirewallMetricsResultDTO() *ApiFirewallMetricsResultDTO
NewApiFirewallMetricsResultDTO instantiates a new ApiFirewallMetricsResultDTO 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 NewApiFirewallMetricsResultDTOWithDefaults() *ApiFirewallMetricsResultDTO
NewApiFirewallMetricsResultDTOWithDefaults instantiates a new ApiFirewallMetricsResultDTO 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 *ApiFirewallMetricsResultDTO) GetFirewallMetricsValue() int32
GetFirewallMetricsValue returns the FirewallMetricsValue field if non-nil, zero value otherwise.
func (o *ApiFirewallMetricsResultDTO) GetFirewallMetricsValueOk() (*int32, bool)
GetFirewallMetricsValueOk returns a tuple with the FirewallMetricsValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallMetricsResultDTO) SetFirewallMetricsValue(v int32)
SetFirewallMetricsValue sets FirewallMetricsValue field to given value.
func (o *ApiFirewallMetricsResultDTO) HasFirewallMetricsValue() bool
HasFirewallMetricsValue returns a boolean if a field has been set.
func (o *ApiFirewallMetricsResultDTO) GetLatestUpdatedTime() time.Time
GetLatestUpdatedTime returns the LatestUpdatedTime field if non-nil, zero value otherwise.
func (o *ApiFirewallMetricsResultDTO) GetLatestUpdatedTimeOk() (*time.Time, bool)
GetLatestUpdatedTimeOk returns a tuple with the LatestUpdatedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiFirewallMetricsResultDTO) SetLatestUpdatedTime(v time.Time)
SetLatestUpdatedTime sets LatestUpdatedTime field to given value.
func (o *ApiFirewallMetricsResultDTO) HasLatestUpdatedTime() bool
HasLatestUpdatedTime returns a boolean if a field has been set.