| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| Url | string | ||
| Events | Pointer to []string | Events the webhook should be triggered with. | [optional] |
| Configuration | Pointer to map[string]string | [optional] |
func NewRepositoryConfigurationWebhookDto(name string, url string, ) *RepositoryConfigurationWebhookDto
NewRepositoryConfigurationWebhookDto instantiates a new RepositoryConfigurationWebhookDto 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 NewRepositoryConfigurationWebhookDtoWithDefaults() *RepositoryConfigurationWebhookDto
NewRepositoryConfigurationWebhookDtoWithDefaults instantiates a new RepositoryConfigurationWebhookDto 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 *RepositoryConfigurationWebhookDto) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RepositoryConfigurationWebhookDto) 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 *RepositoryConfigurationWebhookDto) SetName(v string)
SetName sets Name field to given value.
func (o *RepositoryConfigurationWebhookDto) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *RepositoryConfigurationWebhookDto) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryConfigurationWebhookDto) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *RepositoryConfigurationWebhookDto) GetEvents() []string
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *RepositoryConfigurationWebhookDto) GetEventsOk() (*[]string, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryConfigurationWebhookDto) SetEvents(v []string)
SetEvents sets Events field to given value.
func (o *RepositoryConfigurationWebhookDto) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *RepositoryConfigurationWebhookDto) GetConfiguration() map[string]string
GetConfiguration returns the Configuration field if non-nil, zero value otherwise.
func (o *RepositoryConfigurationWebhookDto) GetConfigurationOk() (*map[string]string, bool)
GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RepositoryConfigurationWebhookDto) SetConfiguration(v map[string]string)
SetConfiguration sets Configuration field to given value.
func (o *RepositoryConfigurationWebhookDto) HasConfiguration() bool
HasConfiguration returns a boolean if a field has been set.