Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.44 KB

File metadata and controls

72 lines (39 loc) · 2.44 KB

V2WebhooksGet200ResponseDataInnerId

Properties

Name Type Description Notes
WorkspaceId string The ID of the workspace the webhook belongs to.
WebhookId string The ID of the webhook.

Methods

NewV2WebhooksGet200ResponseDataInnerId

func NewV2WebhooksGet200ResponseDataInnerId(workspaceId string, webhookId string, ) *V2WebhooksGet200ResponseDataInnerId

NewV2WebhooksGet200ResponseDataInnerId instantiates a new V2WebhooksGet200ResponseDataInnerId 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

NewV2WebhooksGet200ResponseDataInnerIdWithDefaults

func NewV2WebhooksGet200ResponseDataInnerIdWithDefaults() *V2WebhooksGet200ResponseDataInnerId

NewV2WebhooksGet200ResponseDataInnerIdWithDefaults instantiates a new V2WebhooksGet200ResponseDataInnerId 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

GetWorkspaceId

func (o *V2WebhooksGet200ResponseDataInnerId) GetWorkspaceId() string

GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.

GetWorkspaceIdOk

func (o *V2WebhooksGet200ResponseDataInnerId) GetWorkspaceIdOk() (*string, bool)

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

SetWorkspaceId

func (o *V2WebhooksGet200ResponseDataInnerId) SetWorkspaceId(v string)

SetWorkspaceId sets WorkspaceId field to given value.

GetWebhookId

func (o *V2WebhooksGet200ResponseDataInnerId) GetWebhookId() string

GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.

GetWebhookIdOk

func (o *V2WebhooksGet200ResponseDataInnerId) GetWebhookIdOk() (*string, bool)

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

SetWebhookId

func (o *V2WebhooksGet200ResponseDataInnerId) SetWebhookId(v string)

SetWebhookId sets WebhookId field to given value.

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