Block constructor
Block({})
Implementation
Block({
required this.$createdAt,
required this.resourceType,
required this.resourceId,
this.reason,
this.expiredAt,
required this.projectName,
required this.region,
required this.organizationName,
required this.organizationId,
required this.billingPlan,
});