CreateContainerVersionRequestVersionOptions.fromJson constructor

CreateContainerVersionRequestVersionOptions.fromJson(
  1. Map json_
)

Implementation

CreateContainerVersionRequestVersionOptions.fromJson(core.Map json_)
    : this(
        name: json_['name'] as core.String?,
        notes: json_['notes'] as core.String?,
        quickPreview: json_['quickPreview'] as core.bool?,
      );