Name | Type | Description | Notes |
---|---|---|---|
Title | Pointer to string | [optional] | |
Categories | Pointer to []time.Time | [optional] | |
Series | Pointer to []AttackReportChartsAttacksSeriesInner | [optional] |
func NewAttackReportChartsAttacks() *AttackReportChartsAttacks
NewAttackReportChartsAttacks instantiates a new AttackReportChartsAttacks 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 NewAttackReportChartsAttacksWithDefaults() *AttackReportChartsAttacks
NewAttackReportChartsAttacksWithDefaults instantiates a new AttackReportChartsAttacks 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 *AttackReportChartsAttacks) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AttackReportChartsAttacks) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportChartsAttacks) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AttackReportChartsAttacks) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AttackReportChartsAttacks) GetCategories() []time.Time
GetCategories returns the Categories field if non-nil, zero value otherwise.
func (o *AttackReportChartsAttacks) GetCategoriesOk() (*[]time.Time, bool)
GetCategoriesOk returns a tuple with the Categories field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportChartsAttacks) SetCategories(v []time.Time)
SetCategories sets Categories field to given value.
func (o *AttackReportChartsAttacks) HasCategories() bool
HasCategories returns a boolean if a field has been set.
func (o *AttackReportChartsAttacks) GetSeries() []AttackReportChartsAttacksSeriesInner
GetSeries returns the Series field if non-nil, zero value otherwise.
func (o *AttackReportChartsAttacks) GetSeriesOk() (*[]AttackReportChartsAttacksSeriesInner, bool)
GetSeriesOk returns a tuple with the Series field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportChartsAttacks) SetSeries(v []AttackReportChartsAttacksSeriesInner)
SetSeries sets Series field to given value.
func (o *AttackReportChartsAttacks) HasSeries() bool
HasSeries returns a boolean if a field has been set.