authMethod property

Implementation

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

Implementation

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