Class: TencentCloud::Tci::V20190318::CreateLibraryResponse

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

Overview

CreateLibrary返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(libraryid = nil, libraryname = nil, requestid = nil) ⇒ CreateLibraryResponse

Returns a new instance of CreateLibraryResponse.



604
605
606
607
608
# File 'lib/v20190318/models.rb', line 604

def initialize(libraryid=nil, libraryname=nil, requestid=nil)
  @LibraryId = libraryid
  @LibraryName = libraryname
  @RequestId = requestid
end

Instance Attribute Details

#LibraryIdObject

Parameters:

  • LibraryId:

    人员库唯一标识符

  • LibraryName:

    人员库名称

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



602
603
604
# File 'lib/v20190318/models.rb', line 602

def LibraryId
  @LibraryId
end

#LibraryNameObject

Parameters:

  • LibraryId:

    人员库唯一标识符

  • LibraryName:

    人员库名称

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



602
603
604
# File 'lib/v20190318/models.rb', line 602

def LibraryName
  @LibraryName
end

#RequestIdObject

Parameters:

  • LibraryId:

    人员库唯一标识符

  • LibraryName:

    人员库名称

  • RequestId:

    唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。



602
603
604
# File 'lib/v20190318/models.rb', line 602

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



610
611
612
613
614
# File 'lib/v20190318/models.rb', line 610

def deserialize(params)
  @LibraryId = params['LibraryId']
  @LibraryName = params['LibraryName']
  @RequestId = params['RequestId']
end