Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.18 KB

RegisterWebhookDefaultResponse.md

File metadata and controls

108 lines (59 loc) · 3.18 KB

RegisterWebhookDefaultResponse

Properties

Name Type Description Notes
Data Pointer to string [optional]
Status Pointer to string [optional]
ErrorMessage Pointer to []string [optional]

Methods

NewRegisterWebhookDefaultResponse

func NewRegisterWebhookDefaultResponse() *RegisterWebhookDefaultResponse

NewRegisterWebhookDefaultResponse instantiates a new RegisterWebhookDefaultResponse 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

NewRegisterWebhookDefaultResponseWithDefaults

func NewRegisterWebhookDefaultResponseWithDefaults() *RegisterWebhookDefaultResponse

NewRegisterWebhookDefaultResponseWithDefaults instantiates a new RegisterWebhookDefaultResponse 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 *RegisterWebhookDefaultResponse) GetData() string

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

GetDataOk

func (o *RegisterWebhookDefaultResponse) GetDataOk() (*string, 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 *RegisterWebhookDefaultResponse) SetData(v string)

SetData sets Data field to given value.

HasData

func (o *RegisterWebhookDefaultResponse) HasData() bool

HasData returns a boolean if a field has been set.

GetStatus

func (o *RegisterWebhookDefaultResponse) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *RegisterWebhookDefaultResponse) GetStatusOk() (*string, bool)

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

SetStatus

func (o *RegisterWebhookDefaultResponse) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *RegisterWebhookDefaultResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetErrorMessage

func (o *RegisterWebhookDefaultResponse) GetErrorMessage() []string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *RegisterWebhookDefaultResponse) GetErrorMessageOk() (*[]string, bool)

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

SetErrorMessage

func (o *RegisterWebhookDefaultResponse) SetErrorMessage(v []string)

SetErrorMessage sets ErrorMessage field to given value.

HasErrorMessage

func (o *RegisterWebhookDefaultResponse) HasErrorMessage() bool

HasErrorMessage returns a boolean if a field has been set.

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