- Companion:
- class
- Source:
- GCEPersistentDiskVolumeSource.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,GCEPersistentDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[Int]("partition")(intDecoder).flatMap[String,GCEPersistentDiskVolumeSource](((partition:Option[Int])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).map[GCEPersistentDiskVolumeSource](((readOnly:Option[Boolean])=>GCEPersistentDiskVolumeSource.apply(pdName=pdName,fsType=fsType,partition=partition,readOnly=readOnly)))))))))))
}
(new$anon():Decoder[GCEPersistentDiskVolumeSource])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("fsType")(stringDecoder).flatMap[String,GCEPersistentDiskVolumeSource](((fsType:Option[String])=>obj.readOpt[Int]("partition")(intDecoder).flatMap[String,GCEPersistentDiskVolumeSource](((partition:Option[Int])=>obj.readOpt[Boolean]("readOnly")(booleanDecoder).map[GCEPersistentDiskVolumeSource](((readOnly:Option[Boolean])=>GCEPersistentDiskVolumeSource.apply(pdName=pdName,fsType=fsType,partition=partition,readOnly=readOnly)))))))))))
}
(new$anon():Decoder[GCEPersistentDiskVolumeSource])
}" class="documentableName ">decoder: Decoder[GCEPersistentDiskVolumeSource]