Class: TencentCloud::Sqlserver::V20180328::DescribeAccountsRequest

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

Overview

DescribeAccounts请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, limit = nil, offset = nil, name = nil, orderby = nil, orderbytype = nil) ⇒ DescribeAccountsRequest



3229
3230
3231
3232
3233
3234
3235
3236
# File 'lib/v20180328/models.rb', line 3229

def initialize(instanceid=nil, limit=nil, offset=nil, name=nil, orderby=nil, orderbytype=nil)
  @InstanceId = instanceid
  @Limit = limit
  @Offset = offset
  @Name = name
  @OrderBy = orderby
  @OrderByType = orderbytype
end

Instance Attribute Details

#InstanceIdObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def InstanceId
  @InstanceId
end

#LimitObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def Limit
  @Limit
end

#NameObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def Name
  @Name
end

#OffsetObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def Offset
  @Offset
end

#OrderByObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def OrderBy
  @OrderBy
end

#OrderByTypeObject



3227
3228
3229
# File 'lib/v20180328/models.rb', line 3227

def OrderByType
  @OrderByType
end

Instance Method Details

#deserialize(params) ⇒ Object



3238
3239
3240
3241
3242
3243
3244
3245
# File 'lib/v20180328/models.rb', line 3238

def deserialize(params)
  @InstanceId = params['InstanceId']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @Name = params['Name']
  @OrderBy = params['OrderBy']
  @OrderByType = params['OrderByType']
end