Class: TencentCloud::Tcr::V20190924::RepoIsExistResp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::RepoIsExistResp
- Defined in:
- lib/v20190924/models.rb
Overview
仓库是否存在的返回值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(isexist = nil) ⇒ RepoIsExistResp
constructor
A new instance of RepoIsExistResp.
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
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 |