Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.79 KB

ApiFirewallMetricsResultDTO.md

File metadata and controls

82 lines (45 loc) · 2.79 KB

ApiFirewallMetricsResultDTO

Properties

Name Type Description Notes
FirewallMetricsValue Pointer to int32 [optional]
LatestUpdatedTime Pointer to time.Time [optional]

Methods

NewApiFirewallMetricsResultDTO

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

NewApiFirewallMetricsResultDTOWithDefaults

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

GetFirewallMetricsValue

func (o *ApiFirewallMetricsResultDTO) GetFirewallMetricsValue() int32

GetFirewallMetricsValue returns the FirewallMetricsValue field if non-nil, zero value otherwise.

GetFirewallMetricsValueOk

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.

SetFirewallMetricsValue

func (o *ApiFirewallMetricsResultDTO) SetFirewallMetricsValue(v int32)

SetFirewallMetricsValue sets FirewallMetricsValue field to given value.

HasFirewallMetricsValue

func (o *ApiFirewallMetricsResultDTO) HasFirewallMetricsValue() bool

HasFirewallMetricsValue returns a boolean if a field has been set.

GetLatestUpdatedTime

func (o *ApiFirewallMetricsResultDTO) GetLatestUpdatedTime() time.Time

GetLatestUpdatedTime returns the LatestUpdatedTime field if non-nil, zero value otherwise.

GetLatestUpdatedTimeOk

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.

SetLatestUpdatedTime

func (o *ApiFirewallMetricsResultDTO) SetLatestUpdatedTime(v time.Time)

SetLatestUpdatedTime sets LatestUpdatedTime field to given value.

HasLatestUpdatedTime

func (o *ApiFirewallMetricsResultDTO) HasLatestUpdatedTime() bool

HasLatestUpdatedTime returns a boolean if a field has been set.

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