Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.82 KB

AttackReportMapStatisticsInner.md

File metadata and controls

134 lines (73 loc) · 3.82 KB

AttackReportMapStatisticsInner

Properties

Name Type Description Notes
Country Pointer to string The 2-letter country code [optional]
Name Pointer to string The name of the country [optional]
Code Pointer to string The 3-letter country code [optional]
Attack Pointer to int32 The number of attacks [optional]

Methods

NewAttackReportMapStatisticsInner

func NewAttackReportMapStatisticsInner() *AttackReportMapStatisticsInner

NewAttackReportMapStatisticsInner instantiates a new AttackReportMapStatisticsInner 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

NewAttackReportMapStatisticsInnerWithDefaults

func NewAttackReportMapStatisticsInnerWithDefaults() *AttackReportMapStatisticsInner

NewAttackReportMapStatisticsInnerWithDefaults instantiates a new AttackReportMapStatisticsInner 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

GetCountry

func (o *AttackReportMapStatisticsInner) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

func (o *AttackReportMapStatisticsInner) GetCountryOk() (*string, bool)

GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCountry

func (o *AttackReportMapStatisticsInner) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *AttackReportMapStatisticsInner) HasCountry() bool

HasCountry returns a boolean if a field has been set.

GetName

func (o *AttackReportMapStatisticsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *AttackReportMapStatisticsInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *AttackReportMapStatisticsInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *AttackReportMapStatisticsInner) HasName() bool

HasName returns a boolean if a field has been set.

GetCode

func (o *AttackReportMapStatisticsInner) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *AttackReportMapStatisticsInner) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *AttackReportMapStatisticsInner) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *AttackReportMapStatisticsInner) HasCode() bool

HasCode returns a boolean if a field has been set.

GetAttack

func (o *AttackReportMapStatisticsInner) GetAttack() int32

GetAttack returns the Attack field if non-nil, zero value otherwise.

GetAttackOk

func (o *AttackReportMapStatisticsInner) GetAttackOk() (*int32, bool)

GetAttackOk returns a tuple with the Attack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttack

func (o *AttackReportMapStatisticsInner) SetAttack(v int32)

SetAttack sets Attack field to given value.

HasAttack

func (o *AttackReportMapStatisticsInner) HasAttack() bool

HasAttack returns a boolean if a field has been set.

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