toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final destination = this.destination;
  final destinationGeoLocation = this.destinationGeoLocation;
  final displayName = this.displayName;
  final interval = this.interval;
  final monitoringEnabled = this.monitoringEnabled;
  final monitoringPolicyDisplayName = this.monitoringPolicyDisplayName;
  final monitoringPolicyId = this.monitoringPolicyId;
  final monitoringStatus = this.monitoringStatus;
  final name = this.name;
  final providerTags = this.providerTags;
  final providerUiUri = this.providerUiUri;
  final relatedNetworkPathId = this.relatedNetworkPathId;
  final sourceMonitoringPointId = this.sourceMonitoringPointId;
  final updateTime = this.updateTime;
  final workflowType = this.workflowType;
  return {
    'createTime': ?createTime,
    'destination': ?destination,
    'destinationGeoLocation': ?destinationGeoLocation,
    'displayName': ?displayName,
    'interval': ?interval,
    'monitoringEnabled': ?monitoringEnabled,
    'monitoringPolicyDisplayName': ?monitoringPolicyDisplayName,
    'monitoringPolicyId': ?monitoringPolicyId,
    'monitoringStatus': ?monitoringStatus,
    'name': ?name,
    'providerTags': ?providerTags,
    'providerUiUri': ?providerUiUri,
    'relatedNetworkPathId': ?relatedNetworkPathId,
    'sourceMonitoringPointId': ?sourceMonitoringPointId,
    'updateTime': ?updateTime,
    'workflowType': ?workflowType,
  };
}