toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotations = this.annotations;
  final createTime = this.createTime;
  final customerManagedEncryption = this.customerManagedEncryption;
  final etag = this.etag;
  final expireTime = this.expireTime;
  final labels = this.labels;
  final name = this.name;
  final replication = this.replication;
  final rotation = this.rotation;
  final tags = this.tags;
  final topics = this.topics;
  final ttl = this.ttl;
  final versionAliases = this.versionAliases;
  final versionDestroyTtl = this.versionDestroyTtl;
  return {
    'annotations': ?annotations,
    'createTime': ?createTime,
    'customerManagedEncryption': ?customerManagedEncryption,
    'etag': ?etag,
    'expireTime': ?expireTime,
    'labels': ?labels,
    'name': ?name,
    'replication': ?replication,
    'rotation': ?rotation,
    'tags': ?tags,
    'topics': ?topics,
    'ttl': ?ttl,
    'versionAliases': ?versionAliases,
    'versionDestroyTtl': ?versionDestroyTtl,
  };
}