authMethod property

Implementation

WebhooksCreateRequestApplicationJson_AuthMethod? get authMethod => _$this._authMethod;
set authMethod (covariant WebhooksCreateRequestApplicationJson_AuthMethod? authMethod)
covariantoverride

Implementation

set authMethod(covariant WebhooksCreateRequestApplicationJson_AuthMethod? authMethod) =>
    _$this._authMethod = authMethod;