Skip to content

Commit

Permalink
Merge pull request #512 from ans-group/EC-1073
Browse files Browse the repository at this point in the history
added resourceName attribute to the eCloud BillingMetric entity
  • Loading branch information
DawidVH authored Apr 6, 2023
2 parents f778faa + 8cb36d7 commit c046c9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/eCloud/BillingMetricClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function getEntityMap()
'id' => 'id',
'vpc_id' => 'vpcId',
'resource_id' => 'resourceId',
'resource_name' => 'resourceName',
'key' => 'key',
'value' => 'value',
'start' => 'start',
Expand Down
1 change: 1 addition & 0 deletions src/eCloud/Entities/BillingMetric.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @property string $id
* @property string $vpcId
* @property string $resourceId
* @property string $resourceName
* @property string $key
* @property string $value
* @property string $start
Expand Down

0 comments on commit c046c9a

Please sign in to comment.