toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (authorizerCredential != null)
'authorizerCredential': authorizerCredential!,
if (readAuthorizerCredential != null)
'readAuthorizerCredential': readAuthorizerCredential!,
if (webhookSecretSecretVersion != null)
'webhookSecretSecretVersion': webhookSecretSecretVersion!,
if (workspace != null) 'workspace': workspace!,
};