toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final additionalAttributes = this.additionalAttributes;
  final assetType = this.assetType;
  final attachedResources = this.attachedResources;
  final createTime = this.createTime;
  final description = this.description;
  final displayName = this.displayName;
  final effectiveTags = this.effectiveTags;
  final enrichments = this.enrichments;
  final folders = this.folders;
  final kmsKey = this.kmsKey;
  final kmsKeys = this.kmsKeys;
  final labels = this.labels;
  final location = this.location;
  final name = this.name;
  final networkTags = this.networkTags;
  final organization = this.organization;
  final parentAssetType = this.parentAssetType;
  final parentFullResourceName = this.parentFullResourceName;
  final project = this.project;
  final relationships = this.relationships;
  final sccSecurityMarks = this.sccSecurityMarks;
  final state = this.state;
  final tagKeys = this.tagKeys;
  final tagValueIds = this.tagValueIds;
  final tagValues = this.tagValues;
  final tags = this.tags;
  final updateTime = this.updateTime;
  final versionedResources = this.versionedResources;
  return {
    'additionalAttributes': ?additionalAttributes,
    'assetType': ?assetType,
    'attachedResources': ?attachedResources,
    'createTime': ?createTime,
    'description': ?description,
    'displayName': ?displayName,
    'effectiveTags': ?effectiveTags,
    'enrichments': ?enrichments,
    'folders': ?folders,
    'kmsKey': ?kmsKey,
    'kmsKeys': ?kmsKeys,
    'labels': ?labels,
    'location': ?location,
    'name': ?name,
    'networkTags': ?networkTags,
    'organization': ?organization,
    'parentAssetType': ?parentAssetType,
    'parentFullResourceName': ?parentFullResourceName,
    'project': ?project,
    'relationships': ?relationships,
    'sccSecurityMarks': ?sccSecurityMarks,
    'state': ?state,
    'tagKeys': ?tagKeys,
    'tagValueIds': ?tagValueIds,
    'tagValues': ?tagValues,
    'tags': ?tags,
    'updateTime': ?updateTime,
    'versionedResources': ?versionedResources,
  };
}