Skip to content

Commit

Permalink
Improves case-by-case documentation of wrapped date members (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevapple committed Oct 18, 2023
1 parent 3fe7d97 commit 74f189f
Show file tree
Hide file tree
Showing 391 changed files with 2,860 additions and 2,860 deletions.
8 changes: 4 additions & 4 deletions Sources/Teco/Ams/V20201229/actions/DescribeTasks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ extension Ams {
///
/// 备注:该参数与Filter共同起到任务筛选作用,二者作用无先后顺序。
///
/// While the wrapped date value is immutable just like other fields, you can customize the projected
/// string value (through `$`-prefix) in case the synthesized encoding is incorrect.
/// While the wrapped date value is immutable just like other fields, you can customize the underlying
/// string value (through `$startTime`) in case the synthesized encoding is incorrect.
@TCTimestampISO8601Encoding public var startTime: Date?

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

public init(limit: Int64? = nil, filter: TaskFilter? = nil, pageToken: String? = nil, startTime: Date? = nil, endTime: Date? = nil) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ extension Antiddos {

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

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

/// 资源实例ID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ extension Antiddos {

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

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

/// 资源实例ID
Expand Down
16 changes: 8 additions & 8 deletions Sources/Teco/Antiddos/V20200309/actions/DescribeCCTrend.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ extension Antiddos {

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

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

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

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

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

/// 值数组
Expand Down
16 changes: 8 additions & 8 deletions Sources/Teco/Antiddos/V20200309/actions/DescribeDDoSTrend.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ extension Antiddos {

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

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

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

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

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

/// 值数组,攻击流量带宽单位为Mbps,包速率单位为pps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ extension Antiddos {

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

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

/// 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ extension Antiddos {

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

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

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

0 comments on commit 74f189f

Please sign in to comment.