class TencentCloud::Tione::V20211111::CodeRepoConfig

代码仓库配置

def deserialize(params)

def deserialize(params)
  @Id = params['Id']
  @TargetPath = params['TargetPath']
end

def initialize(id=nil, targetpath=nil)

def initialize(id=nil, targetpath=nil)
  @Id = id
  @TargetPath = targetpath
end