Class: TencentCloud::Cwp::V20180228::DescribeAssetUserKeyListRequest

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

Overview

DescribeAssetUserKeyList请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(quuid = nil, uuid = nil, name = nil, offset = nil, limit = nil) ⇒ DescribeAssetUserKeyListRequest

Returns a new instance of DescribeAssetUserKeyListRequest.



10173
10174
10175
10176
10177
10178
10179
# File 'lib/v20180228/models.rb', line 10173

def initialize(quuid=nil, uuid=nil, name=nil, offset=nil, limit=nil)
  @Quuid = quuid
  @Uuid = uuid
  @Name = name
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#LimitObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



10171
10172
10173
# File 'lib/v20180228/models.rb', line 10171

def Limit
  @Limit
end

#NameObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



10171
10172
10173
# File 'lib/v20180228/models.rb', line 10171

def Name
  @Name
end

#OffsetObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



10171
10172
10173
# File 'lib/v20180228/models.rb', line 10171

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



10171
10172
10173
# File 'lib/v20180228/models.rb', line 10171

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

    需要返回的数量,默认为10,最大值为100



10171
10172
10173
# File 'lib/v20180228/models.rb', line 10171

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



10181
10182
10183
10184
10185
10186
10187
# File 'lib/v20180228/models.rb', line 10181

def deserialize(params)
  @Quuid = params['Quuid']
  @Uuid = params['Uuid']
  @Name = params['Name']
  @Offset = params['Offset']
  @Limit = params['Limit']
end