Class: TencentCloud::Wav::V20210129::VehicleInfo

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

Overview

车型车系信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(brandid = nil, brandname = nil, seriesid = nil, seriesname = nil, modelid = nil, modelname = nil) ⇒ VehicleInfo

Returns a new instance of VehicleInfo.



3367
3368
3369
3370
3371
3372
3373
3374
# File 'lib/v20210129/models.rb', line 3367

def initialize(brandid=nil, brandname=nil, seriesid=nil, seriesname=nil, modelid=nil, modelname=nil)
  @BrandId = brandid
  @BrandName = brandname
  @SeriesId = seriesid
  @SeriesName = seriesname
  @ModelId = modelid
  @ModelName = modelname
end

Instance Attribute Details

#BrandIdObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def BrandId
  @BrandId
end

#BrandNameObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def BrandName
  @BrandName
end

#ModelIdObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def ModelId
  @ModelId
end

#ModelNameObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def ModelName
  @ModelName
end

#SeriesIdObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def SeriesId
  @SeriesId
end

#SeriesNameObject

Parameters:

  • BrandId:

    品牌id

  • BrandName:

    品牌名称

  • SeriesId:

    车系id

  • SeriesName:

    车系名称

  • ModelId:

    车型id

  • ModelName:

    车型名称



3365
3366
3367
# File 'lib/v20210129/models.rb', line 3365

def SeriesName
  @SeriesName
end

Instance Method Details

#deserialize(params) ⇒ Object



3376
3377
3378
3379
3380
3381
3382
3383
# File 'lib/v20210129/models.rb', line 3376

def deserialize(params)
  @BrandId = params['BrandId']
  @BrandName = params['BrandName']
  @SeriesId = params['SeriesId']
  @SeriesName = params['SeriesName']
  @ModelId = params['ModelId']
  @ModelName = params['ModelName']
end