toJson method
Implementation
@override
Object toJson() => {
'bigQuery': ?bigQuery?.toJson(),
if (name.isNotDefault) 'name': name,
'createTime': ?createTime?.toJson(),
'updateTime': ?updateTime?.toJson(),
if (etag.isNotDefault) 'etag': etag,
if (labels.isNotDefault) 'labels': labels,
if (description.isNotDefault) 'description': description,
if (serviceAgentType.isNotDefault)
'serviceAgentType': serviceAgentType.toJson(),
if (serviceAccountEmail.isNotDefault)
'serviceAccountEmail': serviceAccountEmail,
};