- Companion:
- class
- Source:
- VsphereVirtualDiskVolumeSource.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,VsphereVirtualDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePolicyID")(stringDecoder).flatMap[String,VsphereVirtualDiskVolumeSource](((storagePolicyID:Option[String])=>obj.readOpt[String]("storagePolicyName")(stringDecoder).map[VsphereVirtualDiskVolumeSource](((storagePolicyName:Option[String])=>VsphereVirtualDiskVolumeSource.apply(volumePath=volumePath,fsType=fsType,storagePolicyID=storagePolicyID,storagePolicyName=storagePolicyName)))))))))))
}
(new$anon():Decoder[VsphereVirtualDiskVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,VsphereVirtualDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[String]("storagePolicyID")(stringDecoder).flatMap[String,VsphereVirtualDiskVolumeSource](((storagePolicyID:Option[String])=>obj.readOpt[String]("storagePolicyName")(stringDecoder).map[VsphereVirtualDiskVolumeSource](((storagePolicyName:Option[String])=>VsphereVirtualDiskVolumeSource.apply(volumePath=volumePath,fsType=fsType,storagePolicyID=storagePolicyID,storagePolicyName=storagePolicyName)))))))))))
}
(new$anon():Decoder[VsphereVirtualDiskVolumeSource])
}" class="documentableName ">decoder: Decoder[VsphereVirtualDiskVolumeSource]