Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Sep 4, 2023
1 parent 053ec25 commit f5baa9a
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions dist/json/cloudforet/api/cost_analysis/v1/Cost_query_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"name": "CostQuerySetInfo",
"longName": "CostQuerySetInfo",
"fullName": "spaceone.api.cost_analysis.v1.CostQuerySetInfo",
"description": "{\n \"cost_query_set_id\": \"query-76a58ea5d02c\",\n \"name\": \"project_provider_region\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-07-19T06:11:03.701Z\",\n \"updated_at\": \"2022-07-19T06:11:03.701Z\"\n}",
"description": "{\n \"cost_query_set_id\": \"query-76a58ea5d02c\",\n \"name\": \"project_provider_region\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"data_source_id\": \"ds-085d1e872789\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-07-19T06:11:03.701Z\",\n \"updated_at\": \"2022-07-19T06:11:03.701Z\"\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
Expand Down Expand Up @@ -141,6 +141,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "data_source_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "cost_query_set_id",
"description": "+optional",
Expand Down Expand Up @@ -249,6 +261,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "data_source_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand All @@ -267,7 +291,7 @@
"name": "CostQuerySetsInfo",
"longName": "CostQuerySetsInfo",
"fullName": "spaceone.api.cost_analysis.v1.CostQuerySetsInfo",
"description": "{\n \"results\": [\n {\n \"cost_query_set_id\": \"query-16ae671dc8fb\",\n \"name\": \"3 month product pie chart\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-03-08T03:37:31.404Z\",\n \"updated_at\": \"2022-03-08T03:37:31.404Z\"\n },\n {\n \"cost_query_set_id\": \"query-d90addf25e4b\",\n \"name\": \"6 month project group\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-03-14T09:29:54.306Z\",\n \"updated_at\": \"2022-03-14T09:29:54.306Z\"\n }\n ],\n \"total_count\": 34\n}",
"description": "{\n \"results\": [\n {\n \"cost_query_set_id\": \"query-16ae671dc8fb\",\n \"name\": \"3 month product pie chart\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"data_source_id\": \"ds-085d1e872789\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-03-08T03:37:31.404Z\",\n \"updated_at\": \"2022-03-08T03:37:31.404Z\"\n },\n {\n \"cost_query_set_id\": \"query-d90addf25e4b\",\n \"name\": \"6 month project group\",\n \"options\": {},\n \"tags\": {},\n \"user_id\": \"[email protected]\",\n \"data_source_id\": \"ds-085d1e872789\",\n \"domain_id\": \"domain-58010aa2e451\",\n \"created_at\": \"2022-03-14T09:29:54.306Z\",\n \"updated_at\": \"2022-03-14T09:29:54.306Z\"\n }\n ],\n \"total_count\": 34\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
Expand Down Expand Up @@ -303,12 +327,24 @@
"name": "CreateCostQuerySetRequest",
"longName": "CreateCostQuerySetRequest",
"fullName": "spaceone.api.cost_analysis.v1.CreateCostQuerySetRequest",
"description": "{\n \"name\": \"project_provider_region\",\n \"options\": {}\n}",
"description": "{\n \"data_source_id\": \"ds-085d1e872789\",\n \"name\": \"project_provider_region\",\n \"options\": {}\n}",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "data_source_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "name",
"description": "",
Expand Down

0 comments on commit f5baa9a

Please sign in to comment.