Volume constructor
Volume({
- VolumeAccessInfo? accessInfo,
- String? etag,
- String? id,
- String? kind,
- VolumeLayerInfo? layerInfo,
- VolumeRecommendedInfo? recommendedInfo,
- VolumeSaleInfo? saleInfo,
- VolumeSearchInfo? searchInfo,
- String? selfLink,
- VolumeUserInfo? userInfo,
- VolumeVolumeInfo? volumeInfo,
Implementation
Volume({
this.accessInfo,
this.etag,
this.id,
this.kind,
this.layerInfo,
this.recommendedInfo,
this.saleInfo,
this.searchInfo,
this.selfLink,
this.userInfo,
this.volumeInfo,
});