Class: Etna::Clients::Metis::GetByteCountByProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Metis::GetByteCountByProjectRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/metis/models.rb
Instance Attribute Summary collapse
-
#project_names ⇒ Object
Returns the value of attribute project_names.
Instance Method Summary collapse
-
#initialize(**params) ⇒ GetByteCountByProjectRequest
constructor
A new instance of GetByteCountByProjectRequest.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**params) ⇒ GetByteCountByProjectRequest
Returns a new instance of GetByteCountByProjectRequest.
471 472 473 |
# File 'lib/etna/clients/metis/models.rb', line 471 def initialize(**params) super({}.update(params)) end |
Instance Attribute Details
#project_names ⇒ Object
Returns the value of attribute project_names
468 469 470 |
# File 'lib/etna/clients/metis/models.rb', line 468 def project_names @project_names end |