ListCollectionIdsRequest.fromJson constructor

ListCollectionIdsRequest.fromJson(
  1. Map json_
)

Implementation

ListCollectionIdsRequest.fromJson(core.Map json_)
    : this(
        pageSize: json_['pageSize'] as core.int?,
        pageToken: json_['pageToken'] as core.String?,
        readTime: json_['readTime'] as core.String?,
      );