Skip to content

Commit 74f189f

Browse files
authored
Improves case-by-case documentation of wrapped date members (#38)
1 parent 3fe7d97 commit 74f189f

File tree

391 files changed

+2860
-2860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+2860
-2860
lines changed

Sources/Teco/Ams/V20201229/actions/DescribeTasks.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ extension Ams {
3636
///
3737
/// 备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
3838
///
39-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
40-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
39+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
40+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
4141
@TCTimestampISO8601Encoding public var startTime: Date?
4242

4343
/// 该参数表示任务列表的结束时间,格式为ISO8601标准的时间戳。**默认值为空**,若传入该参数,则在这StartTime到这一时间之间的任务将会被筛选出来。
4444
///
4545
/// 备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
4646
///
47-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
48-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
47+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
48+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
4949
@TCTimestampISO8601Encoding public var endTime: Date?
5050

5151
public init(limit: Int64? = nil, filter: TaskFilter? = nil, pageToken: String? = nil, startTime: Date? = nil, endTime: Date? = nil) {

Sources/Teco/Antiddos/V20200309/actions/DescribeBizMonitorTrend.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ extension Antiddos {
2828

2929
/// 统计开始时间。 例:“2020-09-22 00:00:00”
3030
///
31-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
32-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
31+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
32+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3333
@TCTimestampEncoding public var startTime: Date
3434

3535
/// 统计结束时间。 例:“2020-09-22 00:00:00”
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var endTime: Date
4040

4141
/// 资源实例ID

Sources/Teco/Antiddos/V20200309/actions/DescribeBizTrend.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extension Antiddos {
3434

3535
/// 统计开始时间。 例:“2020-09-22 00:00:00”
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var startTime: Date
4040

4141
/// 统计结束时间。 例:“2020-09-22 00:00:00”
4242
///
43-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
44-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
43+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
44+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
4545
@TCTimestampEncoding public var endTime: Date
4646

4747
/// 资源实例ID

Sources/Teco/Antiddos/V20200309/actions/DescribeCCTrend.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extension Antiddos {
3434

3535
/// 统计开始时间
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var startTime: Date
4040

4141
/// 统计结束时间
4242
///
43-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
44-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
43+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
44+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
4545
@TCTimestampEncoding public var endTime: Date
4646

4747
/// 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
@@ -92,14 +92,14 @@ extension Antiddos {
9292

9393
/// 统计开始时间
9494
///
95-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
96-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
95+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
96+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
9797
@TCTimestampEncoding public var startTime: Date
9898

9999
/// 统计结束时间
100100
///
101-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
102-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
101+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
102+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
103103
@TCTimestampEncoding public var endTime: Date
104104

105105
/// 值数组

Sources/Teco/Antiddos/V20200309/actions/DescribeDDoSTrend.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ extension Antiddos {
3434

3535
/// 统计开始时间
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var startTime: Date
4040

4141
/// 统计结束时间
4242
///
43-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
44-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
43+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
44+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
4545
@TCTimestampEncoding public var endTime: Date
4646

4747
/// 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]
@@ -87,14 +87,14 @@ extension Antiddos {
8787

8888
/// 统计开始时间
8989
///
90-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
91-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
90+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
91+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
9292
@TCTimestampEncoding public var startTime: Date
9393

9494
/// 统计结束时间
9595
///
96-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
97-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
96+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
97+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
9898
@TCTimestampEncoding public var endTime: Date
9999

100100
/// 值数组,攻击流量带宽单位为Mbps,包速率单位为pps

Sources/Teco/Antiddos/V20200309/actions/DescribeOverviewCCTrend.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ extension Antiddos {
2828

2929
/// 统计开始时间
3030
///
31-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
32-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
31+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
32+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3333
@TCTimestampEncoding public var startTime: Date
3434

3535
/// 统计结束时间
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var endTime: Date
4040

4141
/// 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]

Sources/Teco/Antiddos/V20200309/actions/DescribeOverviewDDoSTrend.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ extension Antiddos {
2828

2929
/// 统计开始时间
3030
///
31-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
32-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
31+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
32+
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
3333
@TCTimestampEncoding public var startTime: Date
3434

3535
/// 统计结束时间
3636
///
37-
/// While the wrapped date value is immutable just like other fields, you can customize the projected
38-
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
37+
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
38+
/// string value (through `$endTime`) in case the synthesized encoding is incorrect.
3939
@TCTimestampEncoding public var endTime: Date
4040

4141
/// 指标,取值[bps(攻击流量带宽,pps(攻击包速率))]

0 commit comments

Comments
 (0)