toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'allRegions': ?allRegions,
    'allowFieldUpdates': ?allowFieldUpdates,
    'destinationConfiguration': ?pulumi.Input.mapOptionalInputValue<TelemetryRuleForOrganizationRuleDestinationConfiguration, Map<String, dynamic>>(destinationConfiguration, (value) => value.toMap()),
    'regions': ?regions,
    'resourceType': ?resourceType,
    'scope': ?scope,
    'selectionCriteria': ?selectionCriteria,
    'telemetrySourceTypes': ?telemetrySourceTypes,
    'telemetryType': telemetryType,
  };
}