toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final interceptEndpointGroup = this.interceptEndpointGroup;
final labels = this.labels;
final locations = this.locations;
final locationsDetails = this.locationsDetails;
final name = this.name;
final network = this.network;
final reconciling = this.reconciling;
final state = this.state;
final updateTime = this.updateTime;
return {
'createTime': ?createTime,
'interceptEndpointGroup': ?interceptEndpointGroup,
'labels': ?labels,
'locations': ?locations,
'locationsDetails': ?locationsDetails,
'name': ?name,
'network': ?network,
'reconciling': ?reconciling,
'state': ?state,
'updateTime': ?updateTime,
};
}