toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final effectiveFlowLogsConfigs = this.effectiveFlowLogsConfigs;
  final nextPageToken = this.nextPageToken;
  final unreachable = this.unreachable;
  return {
    'effectiveFlowLogsConfigs': ?effectiveFlowLogsConfigs,
    'nextPageToken': ?nextPageToken,
    'unreachable': ?unreachable,
  };
}