| Name | Type | Description | Notes |
|---|---|---|---|
| WorkspaceId | string | The ID of the workspace the webhook belongs to. | |
| WebhookId | string | The ID of the webhook. |
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
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
func (o *V2WebhooksGet200ResponseDataInnerId) GetWorkspaceId() string
GetWorkspaceId returns the WorkspaceId field if non-nil, zero value otherwise.
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.
func (o *V2WebhooksGet200ResponseDataInnerId) SetWorkspaceId(v string)
SetWorkspaceId sets WorkspaceId field to given value.
func (o *V2WebhooksGet200ResponseDataInnerId) GetWebhookId() string
GetWebhookId returns the WebhookId field if non-nil, zero value otherwise.
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.
func (o *V2WebhooksGet200ResponseDataInnerId) SetWebhookId(v string)
SetWebhookId sets WebhookId field to given value.