toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final displayName = this.displayName;
final error = this.error;
final labels = this.labels;
final name = this.name;
final pscInterfaceConfig = this.pscInterfaceConfig;
final satisfiesPzi = this.satisfiesPzi;
final satisfiesPzs = this.satisfiesPzs;
final state = this.state;
final updateTime = this.updateTime;
final vpcPeeringConfig = this.vpcPeeringConfig;
return {
'createTime': ?createTime,
'displayName': ?displayName,
'error': ?error,
'labels': ?labels,
'name': ?name,
'pscInterfaceConfig': ?pscInterfaceConfig,
'satisfiesPzi': ?satisfiesPzi,
'satisfiesPzs': ?satisfiesPzs,
'state': ?state,
'updateTime': ?updateTime,
'vpcPeeringConfig': ?vpcPeeringConfig,
};
}