SqlInstancesGetLatestRecoveryTimeResponse.fromJson constructor
SqlInstancesGetLatestRecoveryTimeResponse.fromJson(
- Map json_
Implementation
SqlInstancesGetLatestRecoveryTimeResponse.fromJson(core.Map json_)
: this(
kind: json_.containsKey('kind') ? json_['kind'] as core.String : null,
latestRecoveryTime: json_.containsKey('latestRecoveryTime')
? json_['latestRecoveryTime'] as core.String
: null,
);