Class: TencentCloud::Tcr::V20190924::RepoIsExistResp

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

Overview

仓库是否存在的返回值

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(isexist = nil) ⇒ RepoIsExistResp

Returns a new instance of RepoIsExistResp.



6572
6573
6574
# File 'lib/v20190924/models.rb', line 6572

def initialize(isexist=nil)
  @IsExist = isexist
end

Instance Attribute Details

#IsExist ⇒ Object

Parameters:

  • IsExist: —

    仓库是否存在



6570
6571
6572
# File 'lib/v20190924/models.rb', line 6570

def IsExist
  @IsExist
end

Instance Method Details

#deserialize(params) ⇒ Object



6576
6577
6578
# File 'lib/v20190924/models.rb', line 6576

def deserialize(params)
  @IsExist = params['IsExist']
end