VirtualServiceRef constructor
VirtualServiceRef({})
Implementation
VirtualServiceRef({
required this.arn,
required this.createdAt,
required this.lastUpdatedAt,
required this.meshName,
required this.meshOwner,
required this.resourceOwner,
required this.version,
required this.virtualServiceName,
});