GoogleCloudContentwarehouseV1RequestMetadata.fromJson constructor

GoogleCloudContentwarehouseV1RequestMetadata.fromJson(
  1. Map json_
)

Implementation

GoogleCloudContentwarehouseV1RequestMetadata.fromJson(core.Map json_)
  : this(
      userInfo: json_.containsKey('userInfo')
          ? GoogleCloudContentwarehouseV1UserInfo.fromJson(
              json_['userInfo'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );