S3GetPropertiesPluginOptions.fromJson constructor

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

The configurable parameters invoking the Storage S3 plugin getProperties API.

Implementation

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