Class: TencentCloud::Tci::V20190318::DeleteLibraryResponse

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

Overview

DeleteLibrary返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteLibraryResponse.



854
855
856
857
858
# File 'lib/v20190318/models.rb', line 854

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。



852
853
854
# File 'lib/v20190318/models.rb', line 852

def LibraryId
  @LibraryId
end

#LibraryNameObject

Parameters:

  • LibraryId:

    人员库唯一标识符

  • LibraryName:

    人员库名称

  • RequestId:

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



852
853
854
# File 'lib/v20190318/models.rb', line 852

def LibraryName
  @LibraryName
end

#RequestIdObject

Parameters:

  • LibraryId:

    人员库唯一标识符

  • LibraryName:

    人员库名称

  • RequestId:

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



852
853
854
# File 'lib/v20190318/models.rb', line 852

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



860
861
862
863
864
# File 'lib/v20190318/models.rb', line 860

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