Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.71 KB

ListWebhooks200Response.md

File metadata and controls

93 lines (50 loc) · 2.71 KB

ListWebhooks200Response

Properties

Name Type Description Notes
Status int64 The status code.
Message string The human-readable status message.
Result []WebhookEndpoint

Methods

NewListWebhooks200Response

func NewListWebhooks200Response(status int64, message string, result []WebhookEndpoint, ) *ListWebhooks200Response

NewListWebhooks200Response instantiates a new ListWebhooks200Response 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

NewListWebhooks200ResponseWithDefaults

func NewListWebhooks200ResponseWithDefaults() *ListWebhooks200Response

NewListWebhooks200ResponseWithDefaults instantiates a new ListWebhooks200Response 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

GetStatus

func (o *ListWebhooks200Response) GetStatus() int64

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

GetStatusOk

func (o *ListWebhooks200Response) GetStatusOk() (*int64, 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 *ListWebhooks200Response) SetStatus(v int64)

SetStatus sets Status field to given value.

GetMessage

func (o *ListWebhooks200Response) GetMessage() string

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

GetMessageOk

func (o *ListWebhooks200Response) 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 *ListWebhooks200Response) SetMessage(v string)

SetMessage sets Message field to given value.

GetResult

func (o *ListWebhooks200Response) GetResult() []WebhookEndpoint

GetResult returns the Result field if non-nil, zero value otherwise.

GetResultOk

func (o *ListWebhooks200Response) GetResultOk() (*[]WebhookEndpoint, bool)

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

SetResult

func (o *ListWebhooks200Response) SetResult(v []WebhookEndpoint)

SetResult sets Result field to given value.

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