Name | Type | Description | Notes |
---|---|---|---|
Resource | Pointer to string | Domain's ID | [optional] |
Success | Pointer to bool | [optional] | |
Message | Pointer to NullableString | The error message | [optional] |
Data | Pointer to BulkTrafficReportData | [optional] |
func NewBulkTrafficReport() *BulkTrafficReport
NewBulkTrafficReport instantiates a new BulkTrafficReport 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 NewBulkTrafficReportWithDefaults() *BulkTrafficReport
NewBulkTrafficReportWithDefaults instantiates a new BulkTrafficReport 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 *BulkTrafficReport) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *BulkTrafficReport) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTrafficReport) SetResource(v string)
SetResource sets Resource field to given value.
func (o *BulkTrafficReport) HasResource() bool
HasResource returns a boolean if a field has been set.
func (o *BulkTrafficReport) GetSuccess() bool
GetSuccess returns the Success field if non-nil, zero value otherwise.
func (o *BulkTrafficReport) GetSuccessOk() (*bool, bool)
GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTrafficReport) SetSuccess(v bool)
SetSuccess sets Success field to given value.
func (o *BulkTrafficReport) HasSuccess() bool
HasSuccess returns a boolean if a field has been set.
func (o *BulkTrafficReport) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BulkTrafficReport) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTrafficReport) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BulkTrafficReport) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *BulkTrafficReport) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *BulkTrafficReport) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *BulkTrafficReport) GetData() BulkTrafficReportData
GetData returns the Data field if non-nil, zero value otherwise.
func (o *BulkTrafficReport) GetDataOk() (*BulkTrafficReportData, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BulkTrafficReport) SetData(v BulkTrafficReportData)
SetData sets Data field to given value.
func (o *BulkTrafficReport) HasData() bool
HasData returns a boolean if a field has been set.