toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final bigqueryOptions = this.bigqueryOptions;
final createTime = this.createTime;
final description = this.description;
final destination = this.destination;
final disabled = this.disabled;
final exclusions = this.exclusions;
final filter = this.filter;
final includeChildren = this.includeChildren;
final interceptChildren = this.interceptChildren;
final name = this.name;
final outputVersionFormat = this.outputVersionFormat;
final resourceName = this.resourceName;
final updateTime = this.updateTime;
final writerIdentity = this.writerIdentity;
return {
'bigqueryOptions': ?bigqueryOptions,
'createTime': ?createTime,
'description': ?description,
'destination': ?destination,
'disabled': ?disabled,
'exclusions': ?exclusions,
'filter': ?filter,
'includeChildren': ?includeChildren,
'interceptChildren': ?interceptChildren,
'name': ?name,
'outputVersionFormat': ?outputVersionFormat,
'resourceName': ?resourceName,
'updateTime': ?updateTime,
'writerIdentity': ?writerIdentity,
};
}