class TencentCloud::Dsgc::V20190723::DSPAMetaType

元数据类型

def deserialize(params)

def deserialize(params)
  @MetaType = params['MetaType']
  @Regions = params['Regions']
  @SupportedAuthTypes = params['SupportedAuthTypes']
end

def initialize(metatype=nil, regions=nil, supportedauthtypes=nil)

def initialize(metatype=nil, regions=nil, supportedauthtypes=nil)
  @MetaType = metatype
  @Regions = regions
  @SupportedAuthTypes = supportedauthtypes
end