toJson method

Map<String, dynamic> toJson()

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!,
    };