Class: TencentCloud::Mna::V20210119::DownloadActiveDeviceCountResponse

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

Overview

DownloadActiveDeviceCount返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(filepath = nil, requestid = nil) ⇒ DownloadActiveDeviceCountResponse

Returns a new instance of DownloadActiveDeviceCountResponse.



761
762
763
764
# File 'lib/v20210119/models.rb', line 761

def initialize(filepath=nil, requestid=nil)
  @FilePath = filepath
  @RequestId = requestid
end

Instance Attribute Details

#FilePathObject

Parameters:

  • FilePath:

    URL地址

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



759
760
761
# File 'lib/v20210119/models.rb', line 759

def FilePath
  @FilePath
end

#RequestIdObject

Parameters:

  • FilePath:

    URL地址

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



759
760
761
# File 'lib/v20210119/models.rb', line 759

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



766
767
768
769
# File 'lib/v20210119/models.rb', line 766

def deserialize(params)
  @FilePath = params['FilePath']
  @RequestId = params['RequestId']
end