public static AddSnapshotRepoResponse Unmarshall(UnmarshallerContext _ctx) { AddSnapshotRepoResponse addSnapshotRepoResponse = new AddSnapshotRepoResponse(); addSnapshotRepoResponse.HttpResponse = _ctx.HttpResponse; addSnapshotRepoResponse.RequestId = _ctx.StringValue("AddSnapshotRepo.RequestId"); addSnapshotRepoResponse.Result = _ctx.BooleanValue("AddSnapshotRepo.Result"); return(addSnapshotRepoResponse); }
public static AddSnapshotRepoResponse Unmarshall(UnmarshallerContext context) { AddSnapshotRepoResponse addSnapshotRepoResponse = new AddSnapshotRepoResponse(); addSnapshotRepoResponse.HttpResponse = context.HttpResponse; addSnapshotRepoResponse.RequestId = context.StringValue("AddSnapshotRepo.RequestId"); addSnapshotRepoResponse.Code = context.StringValue("AddSnapshotRepo.Code"); addSnapshotRepoResponse.Message = context.StringValue("AddSnapshotRepo.Message"); addSnapshotRepoResponse.Result = context.BooleanValue("AddSnapshotRepo.Result"); return(addSnapshotRepoResponse); }