VideoGetJobStatusOutput.fromJson constructor

VideoGetJobStatusOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory VideoGetJobStatusOutput.fromJson(Map<String, Object?> json) =>
    _$VideoGetJobStatusOutputFromJson(json);