@@ -649,9 +649,9 @@ public GetEstimatedCostByOrgOptionalParameters view(String view) {
649649 * Set startMonth.
650650 *
651651 * @param startMonth Datetime in ISO-8601 format, UTC, precise to month: <code>[YYYY-MM]</code>
652- * for cost beginning this month. Either start_month or start_date should be specified, but
653- * not both. (start_month cannot go beyond two months in the past). Provide an <code>
654- * end_month</code> to view month-over-month cost. (optional)
652+ * for cost beginning this month. <strong> Either start_month or start_date should be
653+ * specified, but not both.</strong> (start_month cannot go beyond two months in the past).
654+ * Provide an <code> end_month</code> to view month-over-month cost. (optional)
655655 * @return GetEstimatedCostByOrgOptionalParameters
656656 */
657657 public GetEstimatedCostByOrgOptionalParameters startMonth (OffsetDateTime startMonth ) {
@@ -675,9 +675,9 @@ public GetEstimatedCostByOrgOptionalParameters endMonth(OffsetDateTime endMonth)
675675 * Set startDate.
676676 *
677677 * @param startDate Datetime in ISO-8601 format, UTC, precise to day: <code>[YYYY-MM-DD]</code>
678- * for cost beginning this day. Either start_month or start_date should be specified, but
679- * not both. (start_date cannot go beyond two months in the past). Provide an <code>end_date
680- * </code> to view day-over-day cumulative cost. (optional)
678+ * for cost beginning this day. <strong> Either start_month or start_date should be
679+ * specified, but not both.</strong> (start_date cannot go beyond two months in the past).
680+ * Provide an <code>end_date </code> to view day-over-day cumulative cost. (optional)
681681 * @return GetEstimatedCostByOrgOptionalParameters
682682 */
683683 public GetEstimatedCostByOrgOptionalParameters startDate (OffsetDateTime startDate ) {
0 commit comments