GoogleCloudIntegrationsV1alphaJwt.fromJson constructor

GoogleCloudIntegrationsV1alphaJwt.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaJwt.fromJson(core.Map json_)
  : this(
      jwt: json_['jwt'] as core.String?,
      jwtHeader: json_['jwtHeader'] as core.String?,
      jwtPayload: json_['jwtPayload'] as core.String?,
      secret: json_['secret'] as core.String?,
    );