Name | Type | Description | Notes |
---|---|---|---|
Statistics | Pointer to []AttackReportMapStatisticsInner | [optional] | |
Charts | Pointer to AttackReportMapCharts | [optional] | |
Lists | Pointer to []AttackReportMapStatisticsInner | [optional] |
func NewAttackReportMap() *AttackReportMap
NewAttackReportMap instantiates a new AttackReportMap 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 NewAttackReportMapWithDefaults() *AttackReportMap
NewAttackReportMapWithDefaults instantiates a new AttackReportMap 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 *AttackReportMap) GetStatistics() []AttackReportMapStatisticsInner
GetStatistics returns the Statistics field if non-nil, zero value otherwise.
func (o *AttackReportMap) GetStatisticsOk() (*[]AttackReportMapStatisticsInner, bool)
GetStatisticsOk returns a tuple with the Statistics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportMap) SetStatistics(v []AttackReportMapStatisticsInner)
SetStatistics sets Statistics field to given value.
func (o *AttackReportMap) HasStatistics() bool
HasStatistics returns a boolean if a field has been set.
func (o *AttackReportMap) GetCharts() AttackReportMapCharts
GetCharts returns the Charts field if non-nil, zero value otherwise.
func (o *AttackReportMap) GetChartsOk() (*AttackReportMapCharts, bool)
GetChartsOk returns a tuple with the Charts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportMap) SetCharts(v AttackReportMapCharts)
SetCharts sets Charts field to given value.
func (o *AttackReportMap) HasCharts() bool
HasCharts returns a boolean if a field has been set.
func (o *AttackReportMap) GetLists() []AttackReportMapStatisticsInner
GetLists returns the Lists field if non-nil, zero value otherwise.
func (o *AttackReportMap) GetListsOk() (*[]AttackReportMapStatisticsInner, bool)
GetListsOk returns a tuple with the Lists field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttackReportMap) SetLists(v []AttackReportMapStatisticsInner)
SetLists sets Lists field to given value.
func (o *AttackReportMap) HasLists() bool
HasLists returns a boolean if a field has been set.