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.



10152
10153
10154
10155
10156
10157
10158
# File 'lib/v20180228/models.rb', line 10152

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



10150
10151
10152
# File 'lib/v20180228/models.rb', line 10150

def Limit
  @Limit
end

#NameObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

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



10150
10151
10152
# File 'lib/v20180228/models.rb', line 10150

def Name
  @Name
end

#OffsetObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

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



10150
10151
10152
# File 'lib/v20180228/models.rb', line 10150

def Offset
  @Offset
end

#QuuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

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



10150
10151
10152
# File 'lib/v20180228/models.rb', line 10150

def Quuid
  @Quuid
end

#UuidObject

Parameters:

  • Quuid:

    主机Quuid

  • Uuid:

    主机Uuid

  • Name:

    账号名

  • Offset:

    偏移量,默认为0。

  • Limit:

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



10150
10151
10152
# File 'lib/v20180228/models.rb', line 10150

def Uuid
  @Uuid
end

Instance Method Details

#deserialize(params) ⇒ Object



10160
10161
10162
10163
10164
10165
10166
# File 'lib/v20180228/models.rb', line 10160

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