OBJECT
FinOpsCloudCostSmartSummaryComparisonTimeFrame
Time period used for comparison to determine change reasons
link GraphQL Schema definition
- type FinOpsCloudCostSmartSummaryComparisonTimeFrame {
- # Time used as end period for comparison
- # If granularity is MONTHLY it will be of format "yyyy-MM" and it represents all
- # the values that belongs to the entire month.
- # If granularity is WEEKLY it will be of format "yyyy-MM-dd" and "dd" part will
- # point to Monday of the week specified. This
- # represents all the values starting from Monday and ends at Sunday(inclusive of
- # start and end period).
- # If granularity is DAILY it will be of format "yyyy-MM-dd".
- String :
- # Granularity at which the data are aggregated before doing comparison
- FinOpsCloudCostSmartSummaryGranularity :
- # Time used as start period for the comparison.
- # If granularity is MONTHLY it will be of format "yyyy-MM" and it represents all
- # the values that belongs to the entire month.
- # If granularity is WEEKLY it will be of format "yyyy-MM-dd" and "dd" part will
- # point to Monday of the week specified. This
- # represents all the values starting from Monday and ends at Sunday(inclusive of
- # start and end period).
- # If granularity is DAILY it will be of format "yyyy-MM-dd".
- String :
- }