tencentcloud-sdk-cam 3.0.518 → 3.0.519

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: 86cc70c4702335c7c67da143c448ed6a49a15ef2
4
+ data.tar.gz: a4d9949334a59fa01739aa26d619e316521629ec
5
5
  SHA512:
6
- metadata.gz: c35bf377203853f4517258b32c4d6eb9e4bbd235a333e89382a3007c87b4d11434ec55c0151f5d08bff2d5d020e5286bc93f78f849ca2a44430333dab72397c2
7
- data.tar.gz: a23722e6c0bc04e2a726e3c368ca23bd5bfc1c5b3494f4828a1c03c1143ae02483aed57fa608b59f883732d79101a4c11fba230218d6eeba83e99d585c8a3889
6
+ metadata.gz: b2597ccd0c23e2616c815e94f2c979075c7465ef1e0316f6848a9c56963fbd23b78098d7772d165a25cc4aa79ab1c27c1ee745441214ed4572b17452b0232a7a
7
+ data.tar.gz: fbcdba65522468830169998ded6f29853d6f2e97400261b2a3e36775a48ce3cae859a12ef90351ecebf414b19b1fac6c19eee87dcf365b4773775b3604126a08
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.518
1
+ 3.0.519
@@ -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.519
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-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common