Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 737 Bytes

File metadata and controls

34 lines (28 loc) · 737 Bytes

ComputeClient::GeneWithUsage

Properties

Name Type Description Notes
id String
gene_type GeneType
gene_set String
name String
architecture String
size Integer
hash String
catlets Array<String> [optional]
disks Array<String> [optional]

Example

require 'compute_client'

instance = ComputeClient::GeneWithUsage.new(
  id: null,
  gene_type: null,
  gene_set: null,
  name: null,
  architecture: null,
  size: null,
  hash: null,
  catlets: null,
  disks: null
)