Skip to content

Commit

Permalink
feat: add synced_account info at cost plugin response
Browse files Browse the repository at this point in the history
Signed-off-by: ImMin5 <[email protected]>
  • Loading branch information
ImMin5 committed Apr 22, 2024
1 parent 13b6fad commit b4d23f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proto/spaceone/api/cost_analysis/plugin/job.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,15 @@ message ChangedInfo {
google.protobuf.Struct filter = 3;
}

message SyncedAccountInfo{
string account_id = 1;
}

//{
//
//}
message TasksInfo {
repeated TaskInfo tasks = 1;
repeated ChangedInfo changed = 2;
repeated SyncedAccountInfo synced_accounts = 3;
}

0 comments on commit b4d23f9

Please sign in to comment.