Class: TencentCloud::Iotexplorer::V20190423::DescribeProductCloudStorageAIServiceResponse

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

Overview

DescribeProductCloudStorageAIService返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(enabled = nil, available = nil, requestid = nil) ⇒ DescribeProductCloudStorageAIServiceResponse

Returns a new instance of DescribeProductCloudStorageAIServiceResponse.



6594
6595
6596
6597
6598
# File 'lib/v20190423/models.rb', line 6594

def initialize(enabled=nil, available=nil, requestid=nil)
  @Enabled = enabled
  @Available = available
  @RequestId = requestid
end

Instance Attribute Details

#AvailableObject

Parameters:

  • Enabled:

    开通状态

  • Available:

    当前账号是否可开通

  • RequestId:

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



6592
6593
6594
# File 'lib/v20190423/models.rb', line 6592

def Available
  @Available
end

#EnabledObject

Parameters:

  • Enabled:

    开通状态

  • Available:

    当前账号是否可开通

  • RequestId:

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



6592
6593
6594
# File 'lib/v20190423/models.rb', line 6592

def Enabled
  @Enabled
end

#RequestIdObject

Parameters:

  • Enabled:

    开通状态

  • Available:

    当前账号是否可开通

  • RequestId:

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



6592
6593
6594
# File 'lib/v20190423/models.rb', line 6592

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



6600
6601
6602
6603
6604
# File 'lib/v20190423/models.rb', line 6600

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