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