tencentcloud-sdk-cam 3.0.518 → 3.0.520

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190116/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf6d67319349bba96531ded5f9ec98ce18092b83
4
- data.tar.gz: 567f01a6573dc7d97d477ad9091ca353909a135b
3
+ metadata.gz: 707115eaaa69f6b17ccccf5bb8ceb20ed41ea052
4
+ data.tar.gz: 48578fedefb0c4559af1c63dc9ba5322f144ae41
5
5
  SHA512:
6
- metadata.gz: c35bf377203853f4517258b32c4d6eb9e4bbd235a333e89382a3007c87b4d11434ec55c0151f5d08bff2d5d020e5286bc93f78f849ca2a44430333dab72397c2
7
- data.tar.gz: a23722e6c0bc04e2a726e3c368ca23bd5bfc1c5b3494f4828a1c03c1143ae02483aed57fa608b59f883732d79101a4c11fba230218d6eeba83e99d585c8a3889
6
+ metadata.gz: ebfcdc8c6a47697f3ab66a5ae820357d0a160365eec2047d17385625aff1f13bfde5b3dbddd8a620bdf84301b91ef2fcbea2e6a595e02fe1291de8873adf054c
7
+ data.tar.gz: 20667968fd98b98f4ff7e3588016ce4dc5d346bf4cb642b7d115fa4c95b9400d6fb3d06fca886b0c7eae137b99b146bcd9b80b2f66aa4b669752ec8ff6104558
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.518
1
+ 3.0.520
@@ -2634,12 +2634,18 @@ module TencentCloud
2634
2634
  # @type CountryCode: String
2635
2635
  # @param Email: 邮箱
2636
2636
  # @type Email: String
2637
+ # @param RecentlyLoginIP: 最近一次登录ip
2638
+ # 注意:此字段可能返回 null,表示取不到有效值。
2639
+ # @type RecentlyLoginIP: String
2640
+ # @param RecentlyLoginTime: 最近一次登录时间
2641
+ # 注意:此字段可能返回 null,表示取不到有效值。
2642
+ # @type RecentlyLoginTime: String
2637
2643
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2638
2644
  # @type RequestId: String
2639
2645
 
2640
- attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :RequestId
2646
+ attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :RecentlyLoginIP, :RecentlyLoginTime, :RequestId
2641
2647
 
2642
- def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, requestid=nil)
2648
+ def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, recentlyloginip=nil, recentlylogintime=nil, requestid=nil)
2643
2649
  @Uin = uin
2644
2650
  @Name = name
2645
2651
  @Uid = uid
@@ -2648,6 +2654,8 @@ module TencentCloud
2648
2654
  @PhoneNum = phonenum
2649
2655
  @CountryCode = countrycode
2650
2656
  @Email = email
2657
+ @RecentlyLoginIP = recentlyloginip
2658
+ @RecentlyLoginTime = recentlylogintime
2651
2659
  @RequestId = requestid
2652
2660
  end
2653
2661
 
@@ -2660,6 +2668,8 @@ module TencentCloud
2660
2668
  @PhoneNum = params['PhoneNum']
2661
2669
  @CountryCode = params['CountryCode']
2662
2670
  @Email = params['Email']
2671
+ @RecentlyLoginIP = params['RecentlyLoginIP']
2672
+ @RecentlyLoginTime = params['RecentlyLoginTime']
2663
2673
  @RequestId = params['RequestId']
2664
2674
  end
2665
2675
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cam
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.518
4
+ version: 3.0.520
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-28 00:00:00.000000000 Z
11
+ date: 2023-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common