toJson method
Implementation
@override
Object toJson() => {
'instantSnapshotGroupResource': ?instantSnapshotGroupResource?.toJson(),
'project': project,
'region': region,
'requestId': ?requestId,
'sourceConsistencyGroup': ?sourceConsistencyGroup,
};