Class: TencentCloud::Iottid::V20190411::DeliverTidNotifyResponse

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

Overview

DeliverTidNotify返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(remaindcount = nil, tid = nil, productkey = nil, requestid = nil) ⇒ DeliverTidNotifyResponse

Returns a new instance of DeliverTidNotifyResponse.



129
130
131
132
133
134
# File 'lib/v20190411/models.rb', line 129

def initialize(remaindcount=nil, tid=nil, productkey=nil, requestid=nil)
  @RemaindCount = remaindcount
  @Tid = tid
  @ProductKey = productkey
  @RequestId = requestid
end

Instance Attribute Details

#ProductKeyObject

Parameters:

  • RemaindCount:

    剩余空发数量

  • Tid:

    已回执的TID编码

  • ProductKey:

    产品公钥

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190411/models.rb', line 127

def ProductKey
  @ProductKey
end

#RemaindCountObject

Parameters:

  • RemaindCount:

    剩余空发数量

  • Tid:

    已回执的TID编码

  • ProductKey:

    产品公钥

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190411/models.rb', line 127

def RemaindCount
  @RemaindCount
end

#RequestIdObject

Parameters:

  • RemaindCount:

    剩余空发数量

  • Tid:

    已回执的TID编码

  • ProductKey:

    产品公钥

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190411/models.rb', line 127

def RequestId
  @RequestId
end

#TidObject

Parameters:

  • RemaindCount:

    剩余空发数量

  • Tid:

    已回执的TID编码

  • ProductKey:

    产品公钥

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



127
128
129
# File 'lib/v20190411/models.rb', line 127

def Tid
  @Tid
end

Instance Method Details

#deserialize(params) ⇒ Object



136
137
138
139
140
141
# File 'lib/v20190411/models.rb', line 136

def deserialize(params)
  @RemaindCount = params['RemaindCount']
  @Tid = params['Tid']
  @ProductKey = params['ProductKey']
  @RequestId = params['RequestId']
end