GoogleCloudIntegrationsV1alphaUsernameAndPassword.fromJson constructor

GoogleCloudIntegrationsV1alphaUsernameAndPassword.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIntegrationsV1alphaUsernameAndPassword.fromJson(core.Map json_)
    : this(
        password: json_['password'] as core.String?,
        username: json_['username'] as core.String?,
      );