Name | Type | Description | Notes |
---|---|---|---|
Name | string | Webhookユーザーの表示名 | |
Description | string | 説明 | |
ChannelId | string | デフォルトの投稿先チャンネルUUID | |
Secret | string | Webhookシークレット |
func NewPostWebhookRequest(name string, description string, channelId string, secret string, ) *PostWebhookRequest
NewPostWebhookRequest instantiates a new PostWebhookRequest 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 NewPostWebhookRequestWithDefaults() *PostWebhookRequest
NewPostWebhookRequestWithDefaults instantiates a new PostWebhookRequest 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 *PostWebhookRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PostWebhookRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostWebhookRequest) SetName(v string)
SetName sets Name field to given value.
func (o *PostWebhookRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *PostWebhookRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostWebhookRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *PostWebhookRequest) GetChannelId() string
GetChannelId returns the ChannelId field if non-nil, zero value otherwise.
func (o *PostWebhookRequest) GetChannelIdOk() (*string, bool)
GetChannelIdOk returns a tuple with the ChannelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostWebhookRequest) SetChannelId(v string)
SetChannelId sets ChannelId field to given value.
func (o *PostWebhookRequest) GetSecret() string
GetSecret returns the Secret field if non-nil, zero value otherwise.
func (o *PostWebhookRequest) GetSecretOk() (*string, bool)
GetSecretOk returns a tuple with the Secret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostWebhookRequest) SetSecret(v string)
SetSecret sets Secret field to given value.