Class: TencentCloud::Anicloud::V20220923::CheckAppidExistRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20220923/models.rb

Overview

CheckAppidExist请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sdkappid = nil, type = nil) ⇒ CheckAppidExistRequest

Returns a new instance of CheckAppidExistRequest.



29
30
31
32
# File 'lib/v20220923/models.rb', line 29

def initialize(sdkappid=nil, type=nil)
  @SDKAppid = sdkappid
  @Type = type
end

Instance Attribute Details

#SDKAppidObject

Parameters:

  • SDKAppid:

    业务的appid

  • Type:

    sub product code



27
28
29
# File 'lib/v20220923/models.rb', line 27

def SDKAppid
  @SDKAppid
end

#TypeObject

Parameters:

  • SDKAppid:

    业务的appid

  • Type:

    sub product code



27
28
29
# File 'lib/v20220923/models.rb', line 27

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



34
35
36
37
# File 'lib/v20220923/models.rb', line 34

def deserialize(params)
  @SDKAppid = params['SDKAppid']
  @Type = params['Type']
end