Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.66 KB

File metadata and controls

51 lines (28 loc) · 1.66 KB

WebhookTrigerConfiguration

Properties

Name Type Description Notes
Repo CronTriggerConfigRepo

Methods

NewWebhookTrigerConfiguration

func NewWebhookTrigerConfiguration(repo CronTriggerConfigRepo, ) *WebhookTrigerConfiguration

NewWebhookTrigerConfiguration instantiates a new WebhookTrigerConfiguration 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

NewWebhookTrigerConfigurationWithDefaults

func NewWebhookTrigerConfigurationWithDefaults() *WebhookTrigerConfiguration

NewWebhookTrigerConfigurationWithDefaults instantiates a new WebhookTrigerConfiguration 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

GetRepo

func (o *WebhookTrigerConfiguration) GetRepo() CronTriggerConfigRepo

GetRepo returns the Repo field if non-nil, zero value otherwise.

GetRepoOk

func (o *WebhookTrigerConfiguration) GetRepoOk() (*CronTriggerConfigRepo, bool)

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

SetRepo

func (o *WebhookTrigerConfiguration) SetRepo(v CronTriggerConfigRepo)

SetRepo sets Repo field to given value.

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