IdentitytoolkitRelyingpartyDownloadAccountRequest.fromJson constructor

IdentitytoolkitRelyingpartyDownloadAccountRequest.fromJson(
  1. Map json_
)

Implementation

IdentitytoolkitRelyingpartyDownloadAccountRequest.fromJson(core.Map json_)
    : this(
        delegatedProjectNumber:
            json_['delegatedProjectNumber'] as core.String?,
        maxResults: json_['maxResults'] as core.int?,
        nextPageToken: json_['nextPageToken'] as core.String?,
        targetProjectId: json_['targetProjectId'] as core.String?,
      );