GoogleCloudApihubV1OperationSchema.fromJson constructor

GoogleCloudApihubV1OperationSchema.fromJson(
  1. Map json_
)

Implementation

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