You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @description Time the invoice item began to be billed for usage.
3428
-
* @example "2020-01-01T00:00:00.000Z"
3428
+
* @example 2020-01-01T00:00:00.000Z
3429
3429
*/
3430
3430
start_time?: string;
3431
3431
/**
3432
3432
* @description Time the invoice item stopped being billed for usage.
3433
-
* @example "2020-02-01T00:00:00.000Z"
3433
+
* @example 2020-02-01T00:00:00.000Z
3434
3434
*/
3435
3435
end_time?: string;
3436
3436
/**
@@ -3457,7 +3457,7 @@ export interface external {
3457
3457
invoice_period?: string;
3458
3458
/**
3459
3459
* @description Time the invoice was last updated. This is only included with the invoice preview.
3460
-
* @example "2020-01-23T06:31:50.000Z"
3460
+
* @example 2020-01-23T06:31:50.000Z
3461
3461
*/
3462
3462
updated_at?: string;
3463
3463
}
@@ -3981,7 +3981,7 @@ export interface external {
3981
3981
/**
3982
3982
* Format: date-time
3983
3983
* @description A time value given in ISO8601 combined date and time format that represents the certificate's expiration date.
3984
-
* @example "2017-02-22T00:23:00.000Z"
3984
+
* @example 2017-02-22T00:23:00.000Z
3985
3985
*/
3986
3986
not_after?: string;
3987
3987
/**
@@ -3992,7 +3992,7 @@ export interface external {
3992
3992
/**
3993
3993
* Format: date-time
3994
3994
* @description A time value given in ISO8601 combined date and time format that represents when the certificate was created.
3995
-
* @example "2017-02-08T16:02:37.000Z"
3995
+
* @example 2017-02-08T16:02:37.000Z
3996
3996
*/
3997
3997
created_at?: string;
3998
3998
/**
@@ -5179,7 +5179,7 @@ export interface external {
5179
5179
/**
5180
5180
* Format: date-time
5181
5181
* @description A time value given in ISO8601 combined date and time format at which the backup was created.
5182
-
* @example "2019-01-31T19:25:22.000Z"
5182
+
* @example 2019-01-31T19:25:22.000Z
5183
5183
*/
5184
5184
created_at: string;
5185
5185
/**
@@ -5261,7 +5261,7 @@ export interface external {
5261
5261
/**
5262
5262
* Format: date-time
5263
5263
* @description The timestamp of an existing database cluster backup in ISO8601 combined date and time format. The most recent backup will be used if excluded.
5264
-
* @example "2019-01-31T19:25:22.000Z"
5264
+
* @example 2019-01-31T19:25:22.000Z
5265
5265
*/
5266
5266
backup_created_at?: string;
5267
5267
}
@@ -5330,7 +5330,7 @@ export interface external {
5330
5330
/**
5331
5331
* Format: date-time
5332
5332
* @description A time value given in ISO8601 combined date and time format that represents when the database cluster was created.
5333
-
* @example "2019-01-11T18:37:36.000Z"
5333
+
* @example 2019-01-11T18:37:36.000Z
5334
5334
*/
5335
5335
created_at?: string;
5336
5336
/**
@@ -5503,7 +5503,7 @@ export interface external {
5503
5503
/**
5504
5504
* Format: date-time
5505
5505
* @description A time value given in ISO8601 combined date and time format that represents when the database cluster was created.
5506
-
* @example "2019-01-11T18:37:36.000Z"
5506
+
* @example 2019-01-11T18:37:36.000Z
5507
5507
*/
5508
5508
created_at?: string;
5509
5509
/**
@@ -5596,7 +5596,7 @@ export interface external {
5596
5596
/**
5597
5597
* Format: date-time
5598
5598
* @description A time value given in ISO8601 combined date and time format that represents when the firewall rule was created.
0 commit comments