SubnetworkLogConfig_AggregationInterval.fromJson constructor

SubnetworkLogConfig_AggregationInterval.fromJson(
  1. Object? json
)

Implementation

factory SubnetworkLogConfig_AggregationInterval.fromJson(Object? json) =>
    SubnetworkLogConfig_AggregationInterval(json as String);