toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final entityTypeBatchInline = this.entityTypeBatchInline;
final entityTypeBatchUri = this.entityTypeBatchUri;
final languageCode = this.languageCode;
final updateMask = this.updateMask;
return {
'entityTypeBatchInline': ?entityTypeBatchInline,
'entityTypeBatchUri': ?entityTypeBatchUri,
'languageCode': ?languageCode,
'updateMask': ?updateMask,
};
}