Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 2.74 KB

WafPackagesStore200Response.md

File metadata and controls

92 lines (51 loc) · 2.74 KB

WafPackagesStore200Response

Properties

Name Type Description Notes
Data Pointer to DomainWafPackage [optional]
Message Pointer to NullableString [optional]

Methods

NewWafPackagesStore200Response

func NewWafPackagesStore200Response() *WafPackagesStore200Response

NewWafPackagesStore200Response instantiates a new WafPackagesStore200Response 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

NewWafPackagesStore200ResponseWithDefaults

func NewWafPackagesStore200ResponseWithDefaults() *WafPackagesStore200Response

NewWafPackagesStore200ResponseWithDefaults instantiates a new WafPackagesStore200Response 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

GetData

func (o *WafPackagesStore200Response) GetData() DomainWafPackage

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *WafPackagesStore200Response) GetDataOk() (*DomainWafPackage, 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.

SetData

func (o *WafPackagesStore200Response) SetData(v DomainWafPackage)

SetData sets Data field to given value.

HasData

func (o *WafPackagesStore200Response) HasData() bool

HasData returns a boolean if a field has been set.

GetMessage

func (o *WafPackagesStore200Response) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *WafPackagesStore200Response) 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.

SetMessage

func (o *WafPackagesStore200Response) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *WafPackagesStore200Response) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *WafPackagesStore200Response) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *WafPackagesStore200Response) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

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