Class: TencentCloud::Gpm::V20200820::ModifyTokenRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gpm::V20200820::ModifyTokenRequest
- Defined in:
- lib/v20200820/models.rb
Overview
ModifyToken请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchcode = nil, compatiblespan = nil, matchtoken = nil) ⇒ ModifyTokenRequest
constructor
A new instance of ModifyTokenRequest.
Constructor Details
#initialize(matchcode = nil, compatiblespan = nil, matchtoken = nil) ⇒ ModifyTokenRequest
Returns a new instance of ModifyTokenRequest.
1233 1234 1235 1236 1237 |
# File 'lib/v20200820/models.rb', line 1233 def initialize(matchcode=nil, compatiblespan=nil, matchtoken=nil) @MatchCode = matchcode @CompatibleSpan = compatiblespan @MatchToken = matchtoken end |
Instance Attribute Details
#CompatibleSpan ⇒ Object
1231 1232 1233 |
# File 'lib/v20200820/models.rb', line 1231 def CompatibleSpan @CompatibleSpan end |
#MatchCode ⇒ Object
1231 1232 1233 |
# File 'lib/v20200820/models.rb', line 1231 def MatchCode @MatchCode end |
#MatchToken ⇒ Object
1231 1232 1233 |
# File 'lib/v20200820/models.rb', line 1231 def MatchToken @MatchToken end |
Instance Method Details
#deserialize(params) ⇒ Object
1239 1240 1241 1242 1243 |
# File 'lib/v20200820/models.rb', line 1239 def deserialize(params) @MatchCode = params['MatchCode'] @CompatibleSpan = params['CompatibleSpan'] @MatchToken = params['MatchToken'] end |